-
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
bump GA connectors to latest version of python cdk #12685
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12685 +/- ##
=========================================
Coverage ? 85.01%
=========================================
Files ? 25
Lines ? 1742
Branches ? 0
=========================================
Hits ? 1481
Misses ? 261
Partials ? 0 Continue to review full report at Codecov.
|
/test connector=connectors/source-salesforce
|
/test connector=connectors/source-google-sheets
|
/test connector=connectors/source-facebook-marketing
|
/publish connector=connectors/source-google-sheets
|
/publish connector=connectors/source-facebook-marketing
|
/publish connector=connectors/source-salesforce
|
…m/airbytehq/airbyte into pedroslopez/bump-ga-connector-cdk
…m/airbytehq/airbyte into pedroslopez/bump-ga-connector-cdk
* bump GA connectors to latest version of python cdk * update changelogs * fix changelogs * more changelog fixes * auto-bump connector version * auto-bump connector version * auto-bump connector version Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
What
Bumps source-facebook-marketing, source-google-sheets and source-salesforce to CDK v0.1.56 to start emitting
AirbyteTraceMessages
on uncaught exceptions (see CDK update in #12593)Also fixes up some changelogs that had not been updated
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here