-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
metadata: fix tests not running, fix failing non-running tests, fix v…
…alidate base images exist (#33127) Co-authored-by: erohmensing <erohmensing@users.noreply.github.com>
- Loading branch information
1 parent
ff96866
commit 62b2020
Showing
21 changed files
with
180 additions
and
45 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
File renamed without changes.
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
File renamed without changes.
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
18 changes: 18 additions & 0 deletions
18
...s/fixtures/metadata_validate/invalid/metadata_breaking_change_versions_under_releases.yml
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,18 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/image-exists-1 | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 0.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
releasestests/fixtures/metadata_validate/invalid/metadata_breaking_change_versions_under_releases.yml: | ||
2.1.3: | ||
message: "This version changes the connector’s authentication method from `ApiKey` to `oAuth`, per the [API guide](https://amazon-sqs.com/api/someguide)." | ||
upgradeDeadline: 2023-08-22 | ||
tags: | ||
- language:java |
18 changes: 18 additions & 0 deletions
18
...tests/fixtures/metadata_validate/invalid/metadata_breaking_changes_not_under_releases.yml
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,18 @@ | ||
metadataSpecVersion: 1.0 | ||
data: | ||
name: AlloyDB for PostgreSQL | ||
definitionId: 1fa90628-2b9e-11ed-a261-0242ac120002 | ||
connectorType: source | ||
dockerRepository: airbyte/image-exists-1 | ||
githubIssueLabel: source-alloydb-strict-encrypt | ||
dockerImageTag: 0.0.1 | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb | ||
connectorSubtype: database | ||
releaseStage: generally_available | ||
license: MIT | ||
breakingChanges: | ||
2.1.3: | ||
message: "This version changes the connector’s authentication method from `ApiKey` to `oAuth`, per the [API guide](https://amazon-sqs.com/api/someguide)." | ||
upgradeDeadline: 2023-08-22 | ||
tags: | ||
- language:java |
29 changes: 29 additions & 0 deletions
29
...rvice/lib/tests/fixtures/metadata_validate/invalid/metadata_invalid_base_image_no_sha.yml
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,29 @@ | ||
data: | ||
allowedHosts: | ||
hosts: | ||
- "*.googleapis.com" | ||
connectorBuildOptions: | ||
baseImage: docker.io/airbyte/base-repo-exists:1.1.0 | ||
connectorSubtype: file | ||
connectorType: source | ||
definitionId: 71607ba1-c0ac-4799-8049-7f4b90dd50f7 | ||
dockerImageTag: 0.3.7 | ||
dockerRepository: airbyte/source-google-sheets | ||
githubIssueLabel: source-google-sheets | ||
icon: google-sheets.svg | ||
license: Elv2 | ||
name: Google Sheets | ||
registries: | ||
cloud: | ||
enabled: true | ||
oss: | ||
enabled: true | ||
releaseStage: generally_available | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/google-sheets | ||
tags: | ||
- language:python | ||
ab_internal: | ||
sl: 300 | ||
ql: 400 | ||
supportLevel: certified | ||
metadataSpecVersion: "1.0" |
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.