airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

source-paypal-transaction: ensure inline schemas, updated cdk, poetry (where possible)

Open bleonard opened this issue 1 year ago • 4 comments

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 schemas
  • connector-code migrate_to_yaml -c all --type source: migrates json schemas to connectors with a manifest
  • airbyte-ci connectors --name=<all modified connectors from above> migrate_to_base_image: makes sure that each is using a base docker image and updates docs
  • airbyte-ci connectors --name=<all modified connectors from above> migrate-to-poetry: moves connectors not already using poetry to do so and updates documentation
  • airbyte-ci connectors --name=<all modified connectors from above> up_to_date: updated the CDK to newer (0.80.0) version

The version number and changelogs were also bumped using the connector-code pulls command.

bleonard avatar Mar 29 '24 00:03 bleonard

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 10:34am

vercel[bot] avatar Mar 29 '24 00:03 vercel[bot]

Seems likely there were other updates on the master branch. Have to mess around with the version probably.

bleonard avatar Apr 21 '24 05:04 bleonard

@bleonard I was able to bump the CDK version last week for the source-paypal, re-base and merge with master, should resolve the conflicts.

bazarnov avatar Apr 22 '24 10:04 bazarnov

rebased!

bleonard avatar Apr 25 '24 04:04 bleonard