Skip to content

Commit 31c95da

Browse files
authored
[skip ci] Add connectorTestSuitesOptions to metadata (#38188)
1 parent 68324db commit 31c95da

File tree

335 files changed

+4156
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+4156
-277
lines changed

airbyte-integrations/connectors/destination-amazon-sqs/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@ data:
2222
sl: 100
2323
ql: 200
2424
supportLevel: community
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
28+
testSecrets:
29+
- name: SECRET_DESTINATION-AMAZON-SQS
30+
fileName: config.json
31+
secretStore:
32+
type: GSM
33+
alias: airbyte-connector-testing-secret-store
2534
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-astra/metadata.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,20 @@ data:
2828
tags:
2929
- language:python
3030
- cdk:python
31+
connectorTestSuitesOptions:
32+
- suite: unitTests
33+
- suite: integrationTests
34+
testSecrets:
35+
- name: SECRET_DESTINATION-ASTRA__CREDS
36+
fileName: config.json
37+
secretStore:
38+
type: GSM
39+
alias: airbyte-connector-testing-secret-store
40+
- suite: acceptanceTests
41+
testSecrets:
42+
- name: SECRET_DESTINATION-ASTRA__CREDS
43+
fileName: config.json
44+
secretStore:
45+
type: GSM
46+
alias: airbyte-connector-testing-secret-store
3147
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-aws-datalake/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ data:
2424
sl: 100
2525
ql: 100
2626
supportLevel: community
27+
connectorTestSuitesOptions:
28+
- suite: unitTests
29+
- suite: integrationTests
30+
testSecrets:
31+
- name: SECRET_DESTINATION-AWS-DATALAKE_CREDS
32+
fileName: config.json
33+
secretStore:
34+
type: GSM
35+
alias: airbyte-connector-testing-secret-store
2736
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-azure-blob-storage/metadata.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,23 @@ data:
2727
sl: 100
2828
ql: 100
2929
supportLevel: community
30+
connectorTestSuitesOptions:
31+
- suite: unitTests
32+
- suite: integrationTests
33+
testSecrets:
34+
- name: SECRET_DESTINATION-AZURE-BLOB-STORAGE-GCS-STAGING__CREDS
35+
fileName: config_gcs_staging.json
36+
secretStore:
37+
type: GSM
38+
alias: airbyte-connector-testing-secret-store
39+
- name: SECRET_DESTINATION-AZURE-BLOB-STORAGE-S3-STAGING__CREDS
40+
fileName: config_s3_staging.json
41+
secretStore:
42+
type: GSM
43+
alias: airbyte-connector-testing-secret-store
44+
- name: SECRET_DESTINATION-AZURE-BLOB-STORAGE__CREDS
45+
fileName: config.json
46+
secretStore:
47+
type: GSM
48+
alias: airbyte-connector-testing-secret-store
3049
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-bigquery/metadata.yaml

Lines changed: 100 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,7 @@ data:
2121
releases:
2222
breakingChanges:
2323
2.0.0:
24-
message:
25-
"**Do not upgrade until you have run a test upgrade as outlined [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#testing-destinations-v2-for-a-single-connection)**.
26-
27-
This version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2),
28-
which provides better error handling, incremental delivery of data for large
29-
syncs, and improved final table structures. To review the breaking changes,
30-
and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading).
31-
These changes will likely require updates to downstream dbt / SQL models,
32-
which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations).
33-
34-
Selecting `Upgrade` will upgrade **all** connections using this destination
35-
at their next sync. You can manually sync existing connections prior to
36-
the next scheduled sync to start the upgrade early.
37-
38-
"
24+
message: "**Do not upgrade until you have run a test upgrade as outlined [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#testing-destinations-v2-for-a-single-connection)**.\nThis version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2), which provides better error handling, incremental delivery of data for large syncs, and improved final table structures. To review the breaking changes, and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading). These changes will likely require updates to downstream dbt / SQL models, which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations).\nSelecting `Upgrade` will upgrade **all** connections using this destination at their next sync. You can manually sync existing connections prior to the next scheduled sync to start the upgrade early.\n"
3925
upgradeDeadline: "2023-11-07"
4026
resourceRequirements:
4127
jobSpecific:
@@ -47,4 +33,103 @@ data:
4733
supportsDbt: true
4834
tags:
4935
- language:java
36+
connectorTestSuitesOptions:
37+
- suite: unitTests
38+
- suite: integrationTests
39+
testSecrets:
40+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_1S1T_DISABLETD_GCS_RAW_OVERRIDE
41+
fileName: credentials-1s1t-disabletd-gcs-raw-override.json
42+
secretStore:
43+
type: GSM
44+
alias: airbyte-connector-testing-secret-store
45+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_1S1T_DISABLETD_STANDARD_OVERRIDE
46+
fileName: credentials-1s1t-disabletd-standard-raw-override.json
47+
secretStore:
48+
type: GSM
49+
alias: airbyte-connector-testing-secret-store
50+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_1S1T_GCS
51+
fileName: credentials-1s1t-gcs.json
52+
secretStore:
53+
type: GSM
54+
alias: airbyte-connector-testing-secret-store
55+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_1S1T_GCS_RAW_OVERRIDE
56+
fileName: credentials-1s1t-gcs-raw-override.json
57+
secretStore:
58+
type: GSM
59+
alias: airbyte-connector-testing-secret-store
60+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_1S1T_STANDARD
61+
fileName: credentials-1s1t-standard.json
62+
secretStore:
63+
type: GSM
64+
alias: airbyte-connector-testing-secret-store
65+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_1S1T_STANDARD_RAW_OVERRIDE
66+
fileName: credentials-1s1t-standard-raw-override.json
67+
secretStore:
68+
type: GSM
69+
alias: airbyte-connector-testing-secret-store
70+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_BAD_PROJECT_CREDS
71+
fileName: credentials-badproject.json
72+
secretStore:
73+
type: GSM
74+
alias: airbyte-connector-testing-secret-store
75+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_GCS_STAGING
76+
fileName: credentials-gcs-staging.json
77+
secretStore:
78+
type: GSM
79+
alias: airbyte-connector-testing-secret-store
80+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_IMPERSONATE_FAIL_CREDS
81+
fileName: credentials-impersonate-fail.json
82+
secretStore:
83+
type: GSM
84+
alias: airbyte-connector-testing-secret-store
85+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_IMPERSONATE__CREDS
86+
fileName: credentials-impersonate.json
87+
secretStore:
88+
type: GSM
89+
alias: airbyte-connector-testing-secret-store
90+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_NO_GCS_CREATE_ROLE
91+
fileName: copy_gcs_no_create_roles_config.json
92+
secretStore:
93+
type: GSM
94+
alias: airbyte-connector-testing-secret-store
95+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_NO_GCS_WRITE_ROLE
96+
fileName: copy_gcs_no_write_roles_config.json
97+
secretStore:
98+
type: GSM
99+
alias: airbyte-connector-testing-secret-store
100+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_NO_PUBLIC_SCHEMA_EDIT_ROLE
101+
fileName: credentials-no-edit-public-schema-role.json
102+
secretStore:
103+
type: GSM
104+
alias: airbyte-connector-testing-secret-store
105+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_STANDARD
106+
fileName: credentials-standard.json
107+
secretStore:
108+
type: GSM
109+
alias: airbyte-connector-testing-secret-store
110+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS_WITH_MISSED_DATASET_CREATION_ROLE__CREDS
111+
fileName: credentials-with-missed-dataset-creation-role.json
112+
secretStore:
113+
type: GSM
114+
alias: airbyte-connector-testing-secret-store
115+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS__CREDS
116+
fileName: credentials.json
117+
secretStore:
118+
type: GSM
119+
alias: airbyte-connector-testing-secret-store
120+
- name: SECRET_DESTINATION-BIGQUERY_CREDENTIALS__CREDS_OAUTH
121+
fileName: credentials_oauth.json
122+
secretStore:
123+
type: GSM
124+
alias: airbyte-connector-testing-secret-store
125+
- name: SECRET_DESTINATION-BIGQUERY_STANDARD-NO-DATASET-CREATION__CREDS
126+
fileName: credentials-standard-no-dataset-creation.json
127+
secretStore:
128+
type: GSM
129+
alias: airbyte-connector-testing-secret-store
130+
- name: SECRET_DESTINATION-BIGQUERY_STANDARD_NON_BILLABLE_PROJECT__CREDS
131+
fileName: credentials-standard-non-billable-project.json
132+
secretStore:
133+
type: GSM
134+
alias: airbyte-connector-testing-secret-store
50135
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-chroma/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ data:
2222
tags:
2323
- language:python
2424
- cdk:python
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
2528
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-clickhouse-strict-encrypt/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ data:
2828
supportsDbt: false
2929
tags:
3030
- language:java
31+
connectorTestSuitesOptions:
32+
- suite: unitTests
33+
- suite: integrationTests
3134
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-clickhouse/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ data:
3333
sl: 100
3434
ql: 200
3535
supportLevel: community
36+
connectorTestSuitesOptions:
37+
- suite: unitTests
38+
- suite: integrationTests
3639
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-convex/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ data:
2222
sl: 100
2323
ql: 100
2424
supportLevel: community
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
2528
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-csv/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ data:
2121
sl: 100
2222
ql: 100
2323
supportLevel: community
24+
connectorTestSuitesOptions:
25+
- suite: unitTests
26+
- suite: integrationTests
2427
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-cumulio/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@ data:
2222
sl: 100
2323
ql: 100
2424
supportLevel: community
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
28+
testSecrets:
29+
- name: SECRET_DESTINATION-CUMULIO_CREDENTIALS__CREDS
30+
fileName: config.json
31+
secretStore:
32+
type: GSM
33+
alias: airbyte-connector-testing-secret-store
2534
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-databend/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@ data:
2222
sl: 100
2323
ql: 100
2424
supportLevel: community
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
28+
testSecrets:
29+
- name: SECRET_DESTINATION_DATABEND_CLOUD_CREDS
30+
fileName: config.json
31+
secretStore:
32+
type: GSM
33+
alias: airbyte-connector-testing-secret-store
2534
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-databricks/metadata.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,28 @@ data:
2323
sl: 100
2424
ql: 100
2525
supportLevel: community
26+
connectorTestSuitesOptions:
27+
- suite: unitTests
28+
- suite: integrationTests
29+
testSecrets:
30+
- name: SECRET_DESTINATION-DATABRICKS_AZURE__CREDS
31+
fileName: azure_config.json
32+
secretStore:
33+
type: GSM
34+
alias: airbyte-connector-testing-secret-store
35+
- name: SECRET_DESTINATION-DATABRICKS__CREDS
36+
fileName: config.json
37+
secretStore:
38+
type: GSM
39+
alias: airbyte-connector-testing-secret-store
40+
- name: SECRET_DESTINATION-DATABRICKS__STAGING_CREDS
41+
fileName: staging_config.json
42+
secretStore:
43+
type: GSM
44+
alias: airbyte-connector-testing-secret-store
45+
- name: SECRET_DESTINATION_DATABRICKS_OAUTH_CONFIG
46+
fileName: oauth_config.json
47+
secretStore:
48+
type: GSM
49+
alias: airbyte-connector-testing-secret-store
2650
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-dev-null/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ data:
2222
ql: 100
2323
supportLevel: community
2424
supportsRefreshes: true
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
2528
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-duckdb/metadata.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,20 @@ data:
3939
sl: 100
4040
ql: 100
4141
supportLevel: community
42+
connectorTestSuitesOptions:
43+
- suite: unitTests
44+
- suite: integrationTests
45+
testSecrets:
46+
- name: SECRET_DESTINATION_DUCKDB__MOTHERDUCK__CREDS
47+
fileName: config.json
48+
secretStore:
49+
type: GSM
50+
alias: airbyte-connector-testing-secret-store
51+
- suite: acceptanceTests
52+
testSecrets:
53+
- name: SECRET_DESTINATION_DUCKDB__MOTHERDUCK__CREDS
54+
fileName: config.json
55+
secretStore:
56+
type: GSM
57+
alias: airbyte-connector-testing-secret-store
4258
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-dynamodb/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,13 @@ data:
2121
sl: 100
2222
ql: 200
2323
supportLevel: community
24+
connectorTestSuitesOptions:
25+
- suite: unitTests
26+
- suite: integrationTests
27+
testSecrets:
28+
- name: SECRET_DESTINATION-DYNAMODB__CREDS
29+
fileName: config.json
30+
secretStore:
31+
type: GSM
32+
alias: airbyte-connector-testing-secret-store
2433
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-e2e-test/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ data:
2222
ql: 100
2323
supportLevel: community
2424
supportsRefreshes: true
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
2528
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-elasticsearch-strict-encrypt/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ data:
1717
documentationUrl: https://docs.airbyte.com/integrations/destinations/elasticsearch
1818
tags:
1919
- language:java
20+
connectorTestSuitesOptions:
21+
- suite: unitTests
22+
- suite: integrationTests
2023
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-elasticsearch/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ data:
2222
sl: 100
2323
ql: 100
2424
supportLevel: community
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
2528
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-firebolt/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,13 @@ data:
2525
sl: 100
2626
ql: 100
2727
supportLevel: community
28+
connectorTestSuitesOptions:
29+
- suite: unitTests
30+
- suite: integrationTests
31+
testSecrets:
32+
- name: SECRET_DESTINATION-FIREBOLT_CREDS
33+
fileName: config.json
34+
secretStore:
35+
type: GSM
36+
alias: airbyte-connector-testing-secret-store
2837
metadataSpecVersion: "1.0"

airbyte-integrations/connectors/destination-firestore/metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,13 @@ data:
2222
sl: 100
2323
ql: 100
2424
supportLevel: community
25+
connectorTestSuitesOptions:
26+
- suite: unitTests
27+
- suite: integrationTests
28+
testSecrets:
29+
- name: SECRET_DESTINATION-FIRESTORE
30+
fileName: config.json
31+
secretStore:
32+
type: GSM
33+
alias: airbyte-connector-testing-secret-store
2534
metadataSpecVersion: "1.0"

0 commit comments

Comments
 (0)