-
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
source-salesforce: ensure inline schemas, updated cdk, poetry (where possible) #36657
source-salesforce: ensure inline schemas, updated cdk, poetry (where possible) #36657
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -18,7 +18,7 @@ include = "source_salesforce" | |||
[tool.poetry.dependencies] | |||
python = "^3.9,<3.12" | |||
pandas = "2.2.1" | |||
airbyte-cdk = "^0" | |||
airbyte-cdk = "0.83.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why upper bound this to 0.83.1?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question for the rest of the PR's like this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conditional approval on fixing the Community CI Spike / Connectors CI (pull_request_target)
. I don't know what is this CI check but it is complaining
This was created from a set of automated scripts. In each case, not every update was needed for every connector, but overall here is what happened:
auto-schema update -s all description
: added descriptions to json and inline schemasconnector-code migrate_to_yaml -c all --type source
: migrates json schemas to connectors with a manifestairbyte-ci connectors --name=<all modified connectors from above> migrate_to_base_image
: makes sure that each is using a base docker image and updates docsairbyte-ci connectors --name=<all modified connectors from above> migrate-to-poetry
: moves connectors not already using poetry to do so and updates documentationairbyte-ci connectors --name=<all modified connectors from above> up_to_date
: updated the CDK to newer (0.80.0) versionThe version number and changelogs were also bumped using the
connector-code pulls
command.