* updated parse_response with a message.
* updated test and executed gradlew
* updated unit tests.
* applied gradlew with no daemon for airbyte python format
* change addProperties to true
* update docs
Co-authored-by: marcosmarxm <marcosmarxm@gmail.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>