-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Pinterest Schema updated #9537
🔧 Pinterest Schema updated #9537
Conversation
* add mailchimp oauth support * add PR * fix creds * upd spec * format * upd creds * upd auth for different creds * rename creds * rename creds * change ref in campaigns.json * upd timeout_seconds * merge * add oauth java part * add java test * bump version * update spec * add anotation * upd spec * upd spec * upd * upd tests * format * upd * upd * add state * add invalid_config * bump version * format
…reams to fix error with `502` HTTP status code (#9492) * Source Github: Remove optional parameter Accept for reaction's streams to fix error with 502 HTTP status code
* change list of scopes * upd changelog * bump version
@harshithmullapudi please review this PR. |
* fixed test which check incorrect cred config * Added oauth2 authentication * Added oauth creds * fixed formatting * added oauth2 spec section, added missing type hints * Added java part of Square OAuth * fixed checkstyle * removed commented code * added support for old format of spec.json files, updated change logs docs * renamed spec property 'authentication' to default 'credentials'. fixed changes in java part * recovered empty files * updated OAuthImplementationFactory.java * fixed issue with autheticator for sub streams, added config catalog with all streams, updated docs * use advanced_auth * added advanced_auth * moved scopes to private property * updated source version * Revert "updated source version" This reverts commit ce3d061. * updated source version * added new version for airbyte index Co-authored-by: ievgeniit <[email protected]>
...-integrations/connectors/source-pinterest/source_pinterest/schemas/ad_account_analytics.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-pinterest/source_pinterest/schemas/ad_analytics.json
Outdated
Show resolved
Hide resolved
...te-integrations/connectors/source-pinterest/source_pinterest/schemas/ad_group_analytics.json
Outdated
Show resolved
Hide resolved
...te-integrations/connectors/source-pinterest/source_pinterest/schemas/campaign_analytics.json
Outdated
Show resolved
Hide resolved
Hey @rfortmann-ewolff https://docs.airbyte.com/connector-development#updating-an-existing-connector can you check this |
…8383) * add Dataset ID parse method * add BigQuery Destination unit test * update change log * fit to the latest code base * update change log * change var name to const name * change public method to private * add test cases for testGetDatasetIdFail * add integration test for dataset-id prefixed with project-id * fix getDatasetId * add comment to parameterized test provider * update docker image versions * update docker image versions again
all tests pass:
|
* fix next_page_token * fix BULK API * fix BUlk incremental stream * added unit test and comments * format code * bump version * updated spec and def yaml Co-authored-by: auganbay <[email protected]>
* New source: Chartmogul * update changelog * bootstrap.md * reorder schema * make acceptance test pass * add chartmogul to builds.md * Update airbyte-integrations/connectors/source-chartmogul/source_chartmogul/source.py Co-authored-by: Augustin <[email protected]> * Update airbyte-integrations/connectors/source-chartmogul/source_chartmogul/source.py Co-authored-by: Augustin <[email protected]> * address comments * fix unused imports * update source_specs Co-authored-by: alafanechere <[email protected]> Co-authored-by: Augustin <[email protected]>
* update desrcription for bq destination setup * bump version
* use BULK for the first sync, REST for incremental sync * if stream contains compound data or/and base64 use always REST * fix get stream state from connector state * fix integration test * refactor catalog name * format code * refactor unit tests * refactor unit tests 2 * format code 2 * Set additionalProperties to true not to break test temporarily * fix unit test and remove unnecessary filtering fields * bump version * updated spec and def yaml Co-authored-by: auganbay <[email protected]>
Signed-off-by: Sergey Chvalyuk <[email protected]> Co-authored-by: Serhii Chvaliuk <[email protected]>
Co-authored-by: benmoriceau <[email protected]>
* Test sentry release step * Fix bug * Fix typo * Cut off prefix * Fix env variables * Add back steps * Fix syntax error * Use startsWith to replace IMAGE_TYPE * Update title * Bump version in seed
* Update doc * Use empty dsn when sentry is not enabled * Bump version in seed
* cleanup airbyte_configs table * fix test * fix test
Even after the rebase, I still get the same error. |
I only rebased on my fork and not on the origin master - my bad. |
…m:rfortmann-ewolff/airbyte into pinterest-schema
I don't understand the error that is meant here. |
Hey looks like the rebase didn't happen the right way there are 176 commits I see can you look into that. You can also try merging master into your branch |
Even though the schema change seemed easy and should not have produced much errors, I had to close my PR as tests were impossible to reproduce. |
If anyone wants to try to solve that schema change, here is where the typos take place: Line 9 in 98b5aab
airbyte/airbyte-integrations/connectors/source-pinterest/source_pinterest/schemas/ad_analytics.json Line 9 in 98b5aab
Line 9 in 98b5aab
Line 9 in 98b5aab
|
What
ad_id
andaccount_id
are non-existent in the destination (BigQuery). The schema has a typo forad_id
andaccount_id
.How
The schemas have been updated.