-
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
🎉 BigQuery destination mlp #11238
🎉 BigQuery destination mlp #11238
Conversation
@misteryeo, I edited the spec and documentation, but there are a few issues that I don't quite understand. Please help me to understand a little deeper.
|
@timroes on (1) - is this possible? @andriikorotkov Let's still pull links to docs for those fields - we don't want to assume that everyone is technical in Cloud. Simply adding "Read more here." and linking docs is sufficient. Thanks! |
@misteryeo I am not aware that we'd have any mechanism for this. But I'll pull in @sherifnada for this: Do you know of any way in our spec to define that a field is "setup only" and should not be changeable after creation anymore? |
@timroes there isn’t a way to describe that a field is immutable. |
@sherifnada, @misteryeo I found another small bug in the specs. When we have a field of type "oneOf", it is not marked with an asterisk as required, although it is present in the array "required". I will create a followup ticket to fix this. |
/test connector=connectors/destination-bigquery
|
/test connector=connectors/destination-bigquery
|
airbyte-integrations/connectors/destination-bigquery/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-bigquery/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-bigquery/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
/test connector=connectors/destination-bigquery
|
/test connector=connectors/destination-bigquery
|
…bigquery_mlp � Conflicts: � docs/integrations/destinations/bigquery.md
/test connector=connectors/destination-bigquery
|
airbyte-integrations/connectors/destination-bigquery/Dockerfile
Outdated
Show resolved
Hide resolved
/test connector=connectors/destination-bigquery
|
/publish connector=connectors/destination-bigquery |
/publish connector=connectors/destination-bigquery
|
/publish connector=connectors/destination-bigquery
|
/publish connector=connectors/destination-bigquery
|
What
Updated spec and documentation according to MLP document
How
Recommended reading order
spec.json
bigquery.md
🚨 User Impact 🚨
No impact
Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/SUMMARY.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.