* Makes sophie awesome
* Changed capitalization
* Capitalized word to match UI text
* Update docs/cloud/getting-started-with-airbyte-cloud.md
* Update docs/readme.md
* Adds back some backticks
Co-authored-by: Sophia Wiley <sophiawiley@Sophias-MacBook-Pro-2.local>
Co-authored-by: Topher Lubaway <asimplechris@gmail.com>
* filter out streams we don't have access to
* cleanup
* fix associations
* fix for api key auth
* this doesn't need to be a property method
* Bump
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Retry on server errors
* retry on any 5XX
* bump version
* rename function for clarity
* reset
* delete unused code
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Add extra mode to Source, to allow run acceptance tests
* move streams into distinct modules
* Add property name transformation for Export stream for avoiding collisions
* Update doc
* Add `date_window_size`
* Set optional scopes
* update test
* required scopes
* fix
* Add a comment
* try empty scopes
* remove scopes to ensure it fails
* Revert "remove scopes to ensure it fails"
This reverts commit ba65642945.
* reorder
* set at least one required scope
* dont check for authorized scopes
* update docs
* Don't fail on missing scopes
* Revert "Don't fail on missing scopes"
This reverts commit 43ee93af9d.
* bump docker tag
* auto-bump connector version
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Update building-a-python-source.md
Making it more clear when modifications to source_definitions.yaml will be picked up
* Update building-a-python-source.md
Fixed spelling as per @Amruta-Ranade comment
* add job state machine validations to persistence and tests
* update state machine diagram
* format
* remove terminal state transitions
* fail attempt before cancelling job, to respect job state machine
* update job status state machine diagram
* verify order of db calls
* Added history to state
* Deleted unused import
* Rollback abnormal state file
* Rollback abnormal state file
* Fixed type error issue
* Fix state issue
* Updated after review
* Bumped version
* 🚀 flow stream added along with flow, campaign and flow message addition to event
* ⚡ liniting fix
* 🔨 annotations updated along with update method for klaviyo
* 💥 docker version updated and log added
* 🔨 fixed acceptance test for klaviyo flow stream
* 🔨 unused import removed
* fix: flows stream has no records thus tests are failing
* chore: update seed file
Co-authored-by: Harshith Mullapudi <harshithmullapudi@gmail.com>
* Update docs
* add oauth
* add spec.py
* test
* fix
* fix
* add lwa_app_id
* test
* test
* fix
* add beta version
* fix
* test
* test
* test
* merge
* fix
* fix
* fix
* test
* test
* test
* test
* sort AWSRegion
* up
* add import
* up
* up
* up
* fix
* fix tests
* bump version
* upd
* auto-bump connector version
* format
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* Added source for RKI-covid-germany, updated spec.json, implemented source with check and discover method added germany.json.
* implemented incremental method for germany history cases with date as parameters, updated streams, added cursor field for incremental streams.
* main file added.
* added Incidence source with date as parameter. Incremental stream. spec, source, schemas updated, added class GermanHistoryIncidence added.
* Added a full-refresh stream for germany/age-group .Added incremental streams for deaths/:days, recovered/:days, frozen-incidence/:days, hospitalization/:days. Updated source.py methods. Updated sepc.json properties key. Updated configured_catalogue.json with required streams. Updated config.json
* writting test unit test cases for incremental streams: german history cases and german history incidence.
* Incremental streams for germanhistorydeaths, germanhistoryfrozenIncidence, germanhistoryhospitalization, germanhistoryrecovered. Fixing other test cases.
* Added test stream for age group and germany.
* changes in Readme and source.py.
* IncrementalMixin added to class GermanyHistoryCases. AFter review IncrementalMixin will be implemented to all incremental classes.
* Implemented Incremental mixin or GermanHistory Cases connector.
* corrected changes.
* adding integration test
* comment acceptence test.
* On path with master
* updated the changes for PR request.
* changed file source-rki-covid/integration_tests/configured_catalog.json
* corrected flake and blackformatting. Build gradel.
* Worked on the suggestions.
* source_rki_covid/schemas/germany_age_groups.json
* uodated abnormal_state.json
* updated the schemas for german age groups and history hospitalization.
* correct dockerfile and update airbyte_cdk version
* run format
* update python version
* correct dockerfile build
* add source in seed
* update uuid for rki-covid source
* change docker
* add bash
* auto-bump connector version
* run seed file
* correct doc
* auto-bump connector version
Co-authored-by: Marcos Marx Millnitz <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
* cdc - add support of tsquery type
* rebase on master
* Add changes made by the build
* Update version in Dockerfile
* auto-bump connector version
Co-authored-by: grishick <greg@airbyte.io>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>