-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix integration tests of connectors related to sync modes required #2688
Conversation
…and sync_mode being required
/test connector=source-google-sheets
|
/test connector=source-appsflyer-singer
|
/test connector=source-appstore-singer
|
/test connector=source-braintree-singer
|
/test connector=source-drift
|
/test connector=source-exchangeratesapi-singer
|
/test connector=source-facebook-marketing
|
/test connector=source-file
|
/test connector=source-freshdesk
|
/test connector=source-github-singer
|
/test connector=source-gitlab-singer
|
/test connector=source-google-adwords-singer
|
/test connector=source-google-directory
|
/test connector=source-googleanalytics-singer
|
/test connector=source-greenhouse
|
/test connector=source-http-request
|
/test connector=source-hubspot
|
/test connector=source-instagram
|
/test connector=source-intercom-singer
|
/test connector=source-jira |
/test connector=source-looker
|
/test connector=source-mailchimp
|
/test connector=source-marketo-singer
|
/test connector=source-microsoft-teams
|
/test connector=source-mixpanel-singer
|
/test connector=source-mongodb
|
/test connector=source-plaid
|
/test connector=source-recurly
|
/test connector=source-salesforce-singer
|
/test connector=source-scaffold-source-python
|
/test connector=source-sendgrid
|
/test connector=source-shopify-singer
|
/test connector=source-slack-singer
|
/test connector=source-stock-ticker-api-tutorial
|
/test connector=source-stripe-singer
|
/test connector=source-tempo
|
/test connector=source-twilio-singer
|
/test connector=source-zoom-singer
|
What
Following-up on #2500 integrations tests of connectors are broken as these fields are now required in configured catalogs.
(the migration script doesn't affect the files checked into the git repository)
How
Add
sync_mode
anddestination_sync_mode
to all configured_catalog.json used for testsPre-merge Checklist