-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add optional tags field * Remove duplicate icons * Add programming tags to all * Update docs * supportUrl -> documentationUrl * Ensure one language tag is applied * Add keyvalue check * rebase and fix tests * Format * Add cache buster * Improve test * Automated Commit - Formatting Changes * Update error * Fix missing tags * Fix scaffold --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@sers.noreply.github.com> Co-authored-by: bnchrch <bnchrch@users.noreply.github.com>
- Loading branch information
1 parent
c5d7961
commit 1dabc62
Showing
410 changed files
with
1,448 additions
and
413 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ data: | |
enabled: true | ||
dockerRepository: airbyte/image-exists-3 | ||
dockerImageTag: 0.0.1-exists | ||
tags: | ||
- language:java |
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 |
---|---|---|
|
@@ -19,3 +19,5 @@ data: | |
enabled: true | ||
oss: | ||
enabled: true | ||
tags: | ||
- language:java |
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 |
---|---|---|
|
@@ -23,3 +23,5 @@ data: | |
enabled: true | ||
dockerRepository: airbyte/image-exists-4 | ||
dockerImageTag: 0.0.1-exists | ||
tags: | ||
- language:java |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,5 @@ data: | |
enabled: true | ||
dockerRepository: airbyte/image-exists-4 | ||
dockerImageTag: 0.0.1-exists | ||
tags: | ||
- language:java |
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 |
---|---|---|
|
@@ -23,3 +23,5 @@ data: | |
enabled: true | ||
dockerRepository: airbyte/image-exists-4 | ||
dockerImageTag: 0.0.1-exists | ||
tags: | ||
- language:java |
13 changes: 13 additions & 0 deletions
13
...rs/metadata_service/lib/tests/fixtures/metadata_validate/invalid/metadata_empty_tags.yaml
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/source-alloydb-strict-encrypt | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 2.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
tags: [] |
14 changes: 14 additions & 0 deletions
14
...ata_service/lib/tests/fixtures/metadata_validate/invalid/metadata_invalid_tag_format.yaml
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/source-alloydb-strict-encrypt | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 2.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
tags: | ||
- notkv |
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
14 changes: 14 additions & 0 deletions
14
...s/metadata_service/lib/tests/fixtures/metadata_validate/invalid/metadata_no_lang_tag.yaml
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/source-alloydb-strict-encrypt | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 2.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
tags: | ||
- keyword:test |
12 changes: 12 additions & 0 deletions
12
...ctors/metadata_service/lib/tests/fixtures/metadata_validate/invalid/metadata_no_tags.yaml
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/source-alloydb-strict-encrypt | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 2.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT |
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
Oops, something went wrong.