forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa-checks: check metadata version matches dockerfile version (airbyte…
- Loading branch information
1 parent
93d89a8
commit 7310494
Showing
370 changed files
with
2,167 additions
and
1,908 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
airbyte-integrations/connector-templates/destination-java/metadata.yaml.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
data: | ||
allowedHosts: | ||
hosts: | ||
- "*" # Please change to the hostname of the source. | ||
- TODO # Please change to the hostname of the source. | ||
registries: | ||
oss: | ||
enabled: false | ||
connectorSubtype: database | ||
connectorType: destination | ||
definitionId: {{lowerCase definitionId}} | ||
definitionId: {{generateDefinitionId}} | ||
dockerImageTag: 0.1.0 | ||
dockerRepository: airbyte/destination-{{dashCase name}} | ||
githubIssueLabel: destination-{{dashCase name}} | ||
icon: {{dashCase name}}.svg | ||
license: MIT | ||
name: {{capitalCase name}} | ||
name: {{capitalCase name}} | ||
releaseDate: TODO | ||
releaseStage: alpha | ||
supportUrl: https://docs.airbyte.com/integrations/destinations/{{dashCase name}} | ||
metadataSpecVersion: "1.0" |
Oops, something went wrong.