-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
cdk and docs: remove "additionalProperties"
#14881
cdk and docs: remove "additionalProperties"
#14881
Conversation
make sure to follow the checklist for updating the connector generator templates, you'll need to update scaffolding projects |
@sherifnada do you mean following this checklist? |
@alafanechere https://github.com/airbytehq/airbyte/blob/master/.github/pull_request_template.md the "Connector Generator" header |
airbyte-cdk/python/docs/tutorials/cdk-tutorial-any-percent/cdk-speedrun.md
Outdated
Show resolved
Hide resolved
"additionalProperties": false
"additionalProperties"
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.
Thanks for doing this! I think we shouldn't change the protocol model definitions here and let them reflect the real contents.
airbyte-integrations/connector-templates/source-java-jdbc/src/main/resources/spec.json.hbs
Outdated
Show resolved
Hide resolved
@pedroslopez I reverted the changes on the Airbyte protocol docs + fixed the typo in the |
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.
Looks good!
What
#14878 added a test to make acceptance tests fail if
additionalProperties: false
. But most of our CDK docs showadditionalProperties: false
and the connectors-template generate specs withadditionalProperties: false
. This PR makes the required changes in connectors templates and docs.How
Change
additionalProperties: false
toadditionalProperties: true
on*.md
and*.hbs