-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Enable additionalProperties
in spec.json for destinations
#5125
Conversation
What's the motivation for this? |
Our migration story around connector configurations is weak. https://airbytehq.slack.com/archives/C01MFR03D5W/p1627483462457500 |
/publish connector=connectors/destination-postgres
|
/publish connector=connectors/destination-snowflake
|
/publish connector=connectors/destination-oracle
|
/publish connector=connectors/destination-bigquery
|
/publish connector=connectors/destination-mysql
|
/publish connector=connectors/destination-mssql
|
/publish connector=connectors/destination-kafka
|
/publish connector=connectors/destination-meilisearch
|
/publish connector=connectors/destination-snowflake
|
/publish connector=connectors/destination-bigquery-denormalized
|
What
Closes #5101
How
Easy solution is enable
additionalProperties
in all java connectors.Recommended reading order
Pre-merge Checklist
Expand the checklist which is relevant for this PR.
Connector checklist
airbyte_secret
in the connector's spec./gradlew :airbyte-integrations:connectors:<name>:integrationTest
./test connector=connectors/<name>
command as documented here is passing.README.md
docs/SUMMARY.md
if it's a new connectordocs/integrations/<source or destination>/<name>
.docs/integrations/...
. See changelog exampledocs/integrations/README.md
contains a reference to the new connector/publish
command described hereConnector Generator checklist
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changes