* Update greenhouse custom component
* Force airbyte-cdk version
* Fix code, bump version and update changelogs
* Fix unit tests
* Fix tests
* Fix set_initial_state for GreenHouseSubstreamSlicer
* Reformat using black
* isort
* Update update_state to close_slice
* Simplify code and format
* Update considering fix
* Update CDK version to fix bug
* fix a few connectors with failing custom component unit tests
* fix outdated expected records
* make square orders stream incremental
* Updated square SAT and delete custom extractor for monday.
* Added allowedHosts
* Delete DpathStringExtractor from init
* Updated abnormal records
* bump versions of greenhouse, tempo, woocommerce, and zenloop to use beta low code version
* remove woocommerce because it's already published with beta
* add allowedHosts for tempo and zenloop
* fix abnormal state file to use created_at for some streams
* auto-bump connector version
* bump versions for square and monday
* auto-bump connector version
* auto-bump connector version
* manually update square definition generation due to failure
* auto-bump connector version
---------
Co-authored-by: Serhii Lazebnyi <serhii.lazebnyi@globallogic.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* add .yaml to list of file imports in setup.py
* bump dockerfile version for sentry
* update sentry changelog
* correct sentry, greenhouse, and sendgrid sources to correctly read configs
* add changelog
* update Dockerfile versions
* auto-bump connector version [ci skip]
* auto-bump connector version [ci skip]
* fix greenhouse SAT tests and update to next version of cdk w/ schema read fix
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* greenhouse minus pagination
* jobs
* first substream
* rename field
* applications_demographics_answers_stream
* interviews
* All streams are implemented
* fix check
* fix spec
* disable backward compatibility tests
* disable backward compatibility tests
* unit tests
* definitions
* only use config.json
* bump version
* expected records
* delete stream classes
* Handle extracting no records from root
* handle missing keys
* Remove unused field from JsonSchema (#15425)
* few fixes from working with sendgrid
* reset to master
* only update the docstring
* reset
* 🎉 Source File - add support for custom encoding (#15293)
* added support for custom encoding
* fixed unit test for utf16
* updated docs
* bumped connector version
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* change query frequency to 1hour (#15499)
* [low-code connectors]: Assert there are no custom top-level fields (#15489)
* move components to definitions field
* Also update the references
* validate the top level fields and add version
* raise exception on unknown fields
* newline
* unit tests
* set version to 0.1.0
* newline
* 🐞 Postgres source: fix bug in intermediate state emission (#15496)
* Rename record counter
* Rename method
* Emit intermediate state after all cursor records
* Emit intermediate state only when it is ready
* Merge two checks
* Add a testing message
* Fix unit tests
* Add one more testing record and add comments
* Add test case for multiple records with the same cursor value
* Revert irrelevant change
* Add explanation in javadoc
* Format code
* Rename testing methods
* Fix comment
* Bump version
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* 🪟🔧 Add testing and storybook component for CatalogDiffModal (#15426)
* wip diff modal test setup
* starting storybook add
* storybook working now
* cleanup
* aria labels
* test syncmode string
* 🎉 New Source: Hubplanner (#15521)
* added hubplanner source connector
* feat: added more streams to read from
* cleaned up some unneeded integration tests
* fix hubplanner schema
* changes
* update dockerfile
* add seed and doc
* update spec
* run source spec seed file
Co-authored-by: Ricky Renner <renner@amendllc.com>
* Make it possible to specify normalization pod resources. (#15495)
Today we are running into OOM exceptions with normalization. Normalization itself also inherits the destination's resource requirements. After work to bring destination memory usage down, this is no longer ideal, since most destinations use less memory than normalization needs.
This PR makes it possible to specify the general resource the normalization pod is provided via env vars.
Notes:
- Add env vars. Default to the various job main container resources if these are not set.
- Instead of using the destination's memory, use the normalization specify env vars.
* [low-code connectors] Extract datetime parser and handle %s format directive (#15429)
* fix parse
* Revert "fix parse"
This reverts commit 3c76c5a782.
* fix parse timestamp
* extract datetime parser
* remove print
* use parser
* top level docstring
* rename variable
* do not use timestamp()
* Revert "do not use timestamp()"
This reverts commit 016cb69193.
* update comment
* bump cdk version
* Update template
* source-file-secure bump to 0.2.16 (#15528)
* update Dockerfile version
* update init to accept additional args
* unit test sendgrid messages stream (#15331)
* unit test sendgrid messages stream
* reset
* Update airbyte-integrations/connectors/source-sendgrid/unit_tests/unit_test.py
Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
* record extractor interface
* dpath extractor
* docstring
* 🎉 Source File: cache binary stream to file (#15501)
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
* Docs: update posthog.md (#15541)
* Source Stripe: implement slicing (#15292)
* #45 oncall - source Stripe: implement slicing
* #45 source stripe: upd changelog
* #45 source stripe: upd changelog
* #45 source stripe: make slice range configurable
* #45 source stripe: move generating a single slice into a mixin
* auto-bump connector version [ci skip]
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* fix: revert extraEnv delition in values.yaml for bootloader (#15548)
* fix: revert extraEnv delition in values.yaml for bootloader
* add newline
* SAT: backward compatibility - check that cursor fields were not changed (#15520)
* Replace twttr repo to the root build.gradle (#15544)
* Fixed bucket naming for S3
* replaced twttr repo to the root build.gradle
* replaced twttr repo to the root build.gradle
Co-authored-by: Oleksandr Sheheda <alexandr-shegeda@users.noreply.github.com>
* Generate separate server endpoints per domain (#15513)
* 🐛 Backward compatibility test: Don't fail on updating additionalProperties (#15532)
* Source Recurly: adds `state_checkpoint_interval` to streams (#13685)
* Add `state_checkpoint_interval` to Recurly stream
* Bumpg Recurly source version to `0.4.1`
* reset
* use dpath
* enable backward compatibility test
* infer types
* Revert "infer types"
This reverts commit b4de8d6f6a.
* infer some of the types
* some drying
* more drying
* auto-bump connector version [ci skip]
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
Co-authored-by: midavadim <midavadim@yahoo.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Xiaohan Song <xiaohan@airbyte.io>
Co-authored-by: Liren Tu <tuliren.git@outlook.com>
Co-authored-by: Teal Larson <LARSON.TEAL@GMAIL.COM>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
Co-authored-by: Ricky Renner <renner@amendllc.com>
Co-authored-by: Davin Chia <davinchia@gmail.com>
Co-authored-by: Brian Lai <51336873+brianjlai@users.noreply.github.com>
Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
Co-authored-by: Serhii Chvaliuk <grubberr@gmail.com>
Co-authored-by: juliatournant <39640564+juliatournant@users.noreply.github.com>
Co-authored-by: Denys Davydov <davydov.den18@gmail.com>
Co-authored-by: Kyryl Skobylko <xpuska513@gmail.com>
Co-authored-by: VitaliiMaltsev <39538064+VitaliiMaltsev@users.noreply.github.com>
Co-authored-by: Oleksandr Sheheda <alexandr-shegeda@users.noreply.github.com>
Co-authored-by: Jonathan Pearlin <jonathan@airbyte.io>
Co-authored-by: Mohamed Magdy <mohamed.magdy@canary.is>
* Fix Greenhouse employee_id type
* correct schema for ci test
* bump connector version and doc
* update doc
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
* Add additional stream support.
Implement nested stream support.
Add new schemas.
Update acceptance test config.
* Update acceptance test config.
Update codestyle and docstrings.
* Update build.gradle
* Update build.gradle config
* Update docs.
Post review fixes.
* Add TODO to fill all streams.
* Update schemas.
Update SAT config.
* Refacor connector to use CDK best practices
* Stream pagination fixed
* Fix acceptance test config.
* Fix setup.py test requirements
* Rename <x>.<y> stream names to <x>_<y> format.
Update next_page_token method.
Fix streams mypy type check.
* Add unit tests for stream core functionality.
* Fix acceptance test config with new stream names.
* Fix acceptance test config with new stream names.
* Add more streams to SAT as non empty.
* Fix broken schemas.
* Comment/delete demographics streams references.
Bump connetor version.
* Added identification of accessible streams for API keys with limited permissions
* added credentials for API key with limited permissions (for user stream only)
* update docs and image version
* updated error message
* fixed formatting
Release all connectors affected by namespace change. Includes all JDBC sources and destinations.
Also add documentation for normalisation. Prerequisite to actually releasing 0.21.0-alpha.