airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

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

Open bleonard opened this issue 1 year ago • 2 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 ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview May 9, 2024 4:51pm

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

Getting this error on companies stream:

E           On schema['properties']['monthly_spend']['multipleOf']:
E               '1e-08'

But that's what was in the original json. maybe something about swithcing to yaml so it needs to be something else?

bleonard avatar Apr 25 '24 05:04 bleonard