-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
GCS Destination: MLP documentation (Beta) #11499
Conversation
airbyte-integrations/connectors/destination-gcs/src/main/resources/spec.json
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-gcs/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
"asia1", | ||
"eur4", | ||
"nam4" | ||
] | ||
}, | ||
"credential": { | ||
"title": "Credential", | ||
"title": "Authentication", |
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.
Can we make sure that all required fields have an asterisk appended to them and all optional fields have "(Optional)" appended to them?
And all fields have a link to relevant docs if the users wants to understand the field more than what we describe?
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.
@misteryeo yes, all fields that are required I marked with an asterisk, but for fields like oneOf - such an asterisk is not displayed. Probably a UI bug. I can add an asterisk to the title. But, in my opinion, this is not quite the right way - because we have to change all the specifications and remove the extra stars after solving the above bug. What do you think about this?
airbyte-integrations/connectors/destination-gcs/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-gcs/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-gcs/src/main/resources/spec.json
Show resolved
Hide resolved
airbyte-integrations/connectors/destination-gcs/src/main/resources/spec.json
Outdated
Show resolved
Hide resolved
/test connector=connectors/destination-gcs
|
/publish connector=connectors/destination-gcs
|
What
Updated spec and documentation for release Beta version
How
Recommended reading order
spec.json
gcs.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.