-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Yandex Metrica: certify to beta (#24188)
* Source Yandex: http -> https * Source Yandex: fix schema * Source Yandex: bump to latest version * Source Yandex: Ref Clean Job * Source Yandex: Ref * Source Yandex: update schemas; ref * Source Yandex: refactor * Source Yandex: refactor; add tests * Source Yandex: bump version; update setup; update docs * Source Yandex Metrica: fix tests * Source Yandex Metrica: add allowed hosts; change releaseStage * Source Yandex Metrica: fix docs * Source Yandex Metrica: fix docs * Automated Change * Source Yandex Metrica: update docs * Source Yandex Metrica: update docs * Source Yandex Metrica: add expected_records for views stream * auto-bump connector version * Automated Commit - Formatting Changes * Source Yandex Metrica: empty commit --------- Co-authored-by: artem1205 <artem1205@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
- Loading branch information
1 parent
b588a52
commit 6f98a68
Showing
28 changed files
with
49,939 additions
and
45,524 deletions.
There are no files selected for viewing
37,787 changes: 19,841 additions & 17,946 deletions
37,787
airbyte-ci/connectors/metadata_service/orchestrator/tests/fixtures/cloud_catalog.json
Large diffs are not rendered by default.
Oops, something went wrong.
55,147 changes: 29,014 additions & 26,133 deletions
55,147
airbyte-ci/connectors/metadata_service/orchestrator/tests/fixtures/oss_catalog.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 14 additions & 10 deletions
24
airbyte-integrations/connectors/source-yandex-metrica/integration_tests/abnormal_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
{ | ||
"views": { | ||
"end_date": "9999-01-01", | ||
"start_date": "9999-01-01", | ||
"dateTime": "9999-01-01 00:00:00" | ||
[ | ||
{ | ||
"type": "STREAM", | ||
"stream": { | ||
"stream_state": { "dateTime": "2100-01-01T00:00:00+00:00"}, | ||
"stream_descriptor": { "name": "sessions" } | ||
} | ||
}, | ||
"sessions": { | ||
"end_date": "9999-01-01", | ||
"start_date": "9999-01-01", | ||
"dateTime": "9999-01-01 00:00:00" | ||
{ | ||
"type": "STREAM", | ||
"stream": { | ||
"stream_state": { "dateTime": "2100-01-01T00:00:00+00:00"}, | ||
"stream_descriptor": { "name": "views" } | ||
} | ||
} | ||
} | ||
] |
60 changes: 0 additions & 60 deletions
60
airbyte-integrations/connectors/source-yandex-metrica/integration_tests/catalog.json
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
...te-integrations/connectors/source-yandex-metrica/integration_tests/expected_records.jsonl
Large diffs are not rendered by default.
Oops, something went wrong.
24 changes: 14 additions & 10 deletions
24
airbyte-integrations/connectors/source-yandex-metrica/integration_tests/sample_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
{ | ||
"views": { | ||
"end_date": "2022-07-20", | ||
"start_date": "2022-07-20", | ||
"dateTime": "2022-07-20 01:00:00" | ||
[ | ||
{ | ||
"type": "STREAM", | ||
"stream": { | ||
"stream_state": { "dateTime": "2022-11-03T03:22:50+00:00"}, | ||
"stream_descriptor": { "name": "sessions" } | ||
} | ||
}, | ||
"sessions": { | ||
"end_date": "2022-07-20", | ||
"start_date": "2022-07-20", | ||
"dateTime": "2022-07-20 01:0:00" | ||
{ | ||
"type": "STREAM", | ||
"stream": { | ||
"stream_state": { "dateTime": "2022-11-03T03:22:50+00:00"}, | ||
"stream_descriptor": { "name": "views" } | ||
} | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 0 additions & 34 deletions
34
airbyte-integrations/connectors/source-yandex-metrica/source_yandex_metrica/enums.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.