Skip to content

Commit

Permalink
Always show Service Account Key JSON in BigQuery destination (#24447)
Browse files Browse the repository at this point in the history
* always show Service Account Key JSON in BigQuery destination

* update dockerfiles and readmes

* auto-bump connector version

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
lmossman and octavia-squidington-iii authored Mar 27, 2023
1 parent b5580a5 commit a8e4f2c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- name: BigQuery
destinationDefinitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
dockerRepository: airbyte/destination-bigquery
dockerImageTag: 1.2.17
dockerImageTag: 1.2.18
documentationUrl: https://docs.airbyte.com/integrations/destinations/bigquery
icon: bigquery.svg
normalizationConfig:
Expand All @@ -58,7 +58,7 @@
- name: BigQuery (denormalized typed struct)
destinationDefinitionId: 079d5540-f236-4294-ba7c-ade8fd918496
dockerRepository: airbyte/destination-bigquery-denormalized
dockerImageTag: 1.2.17
dockerImageTag: 1.2.18
documentationUrl: https://docs.airbyte.com/integrations/destinations/bigquery
icon: bigquery.svg
resourceRequirements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@
supported_destination_sync_modes:
- "overwrite"
- "append"
- dockerImage: "airbyte/destination-bigquery:1.2.17"
- dockerImage: "airbyte/destination-bigquery:1.2.18"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/destinations/bigquery"
connectionSpecification:
Expand Down Expand Up @@ -802,6 +802,7 @@
title: "Service Account Key JSON (Required for cloud, optional for open-source)"
airbyte_secret: true
order: 4
always_show: true
transformation_priority:
type: "string"
description: "Interactive run type means that the query is executed as soon\
Expand Down Expand Up @@ -840,7 +841,7 @@
- "overwrite"
- "append"
- "append_dedup"
- dockerImage: "airbyte/destination-bigquery-denormalized:1.2.17"
- dockerImage: "airbyte/destination-bigquery-denormalized:1.2.18"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/destinations/bigquery"
connectionSpecification:
Expand Down Expand Up @@ -976,6 +977,7 @@
title: "Service Account Key JSON (Required for cloud, optional for open-source)"
airbyte_secret: true
order: 3
always_show: true
dataset_location:
type: "string"
description: "The location of the dataset. Warning: Changes made after creation\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ENV ENABLE_SENTRY true

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=1.2.17
LABEL io.airbyte.version=1.2.18
LABEL io.airbyte.name=airbyte/destination-bigquery-denormalized
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"description": "The contents of the JSON service account key. Check out the <a href=\"https://docs.airbyte.com/integrations/destinations/bigquery#service-account-key\">docs</a> if you need help generating this key. Default credentials will be used if this field is left empty.",
"title": "Service Account Key JSON (Required for cloud, optional for open-source)",
"airbyte_secret": true,
"order": 3
"order": 3,
"always_show": true
},
"dataset_location": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ENV ENABLE_SENTRY true

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=1.2.17
LABEL io.airbyte.version=1.2.18
LABEL io.airbyte.name=airbyte/destination-bigquery
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@
"description": "The contents of the JSON service account key. Check out the <a href=\"https://docs.airbyte.com/integrations/destinations/bigquery#service-account-key\">docs</a> if you need help generating this key. Default credentials will be used if this field is left empty.",
"title": "Service Account Key JSON (Required for cloud, optional for open-source)",
"airbyte_secret": true,
"order": 4
"order": 4,
"always_show": true
},
"transformation_priority": {
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@
| **Apache Doris** | <img alt="Apache Doris icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/apachedoris.svg" height="30" height="30"/> | Destination | airbyte/destination-doris:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/doris) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-doris) | <small>`05c161bf-ca73-4d48-b524-d392be417002`</small> |
| **Apache Iceberg** | x | Destination | airbyte/destination-iceberg:0.1.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/iceberg) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-iceberg) | <small>`df65a8f3-9908-451b-aa9b-445462803560`</small> |
| **Azure Blob Storage** | <img alt="Azure Blob Storage icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/azureblobstorage.svg" height="30" height="30"/> | Destination | airbyte/destination-azure-blob-storage:0.2.0 | alpha | [link](https://docs.airbyte.com/integrations/destinations/azureblobstorage) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-azure-blob-storage) | <small>`b4c5d105-31fd-4817-96b6-cb923bfc04cb`</small> |
| **BigQuery** | <img alt="BigQuery icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/bigquery.svg" height="30" height="30"/> | Destination | airbyte/destination-bigquery:1.2.17 | generally_available | [link](https://docs.airbyte.com/integrations/destinations/bigquery) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-bigquery) | <small>`22f6c74f-5699-40ff-833c-4a879ea40133`</small> |
| **BigQuery (denormalized typed struct)** | <img alt="BigQuery (denormalized typed struct) icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/bigquery.svg" height="30" height="30"/> | Destination | airbyte/destination-bigquery-denormalized:1.2.17 | beta | [link](https://docs.airbyte.com/integrations/destinations/bigquery) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-bigquery-denormalized) | <small>`079d5540-f236-4294-ba7c-ade8fd918496`</small> |
| **BigQuery** | <img alt="BigQuery icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/bigquery.svg" height="30" height="30"/> | Destination | airbyte/destination-bigquery:1.2.18 | generally_available | [link](https://docs.airbyte.com/integrations/destinations/bigquery) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-bigquery) | <small>`22f6c74f-5699-40ff-833c-4a879ea40133`</small> |
| **BigQuery (denormalized typed struct)** | <img alt="BigQuery (denormalized typed struct) icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/bigquery.svg" height="30" height="30"/> | Destination | airbyte/destination-bigquery-denormalized:1.2.18 | beta | [link](https://docs.airbyte.com/integrations/destinations/bigquery) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-bigquery-denormalized) | <small>`079d5540-f236-4294-ba7c-ade8fd918496`</small> |
| **Cassandra** | <img alt="Cassandra icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/cassandra.svg" height="30" height="30"/> | Destination | airbyte/destination-cassandra:0.1.4 | alpha | [link](https://docs.airbyte.com/integrations/destinations/cassandra) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-cassandra) | <small>`707456df-6f4f-4ced-b5c6-03f73bcad1c5`</small> |
| **Chargify (Keen)** | <img alt="Chargify (Keen) icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/chargify.svg" height="30" height="30"/> | Destination | airbyte/destination-keen:0.2.4 | alpha | [link](https://docs.airbyte.com/integrations/destinations/keen) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-keen) | <small>`81740ce8-d764-4ea7-94df-16bb41de36ae`</small> |
| **Clickhouse** | <img alt="Clickhouse icon" src="https://raw.githubusercontent.com/airbytehq/airbyte/master/airbyte-config/init/src/main/resources/icons/clickhouse.svg" height="30" height="30"/> | Destination | airbyte/destination-clickhouse:0.2.2 | alpha | [link](https://docs.airbyte.com/integrations/destinations/clickhouse) | [code](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-clickhouse) | <small>`ce0d828e-1dc4-496c-b122-2da42e637e48`</small> |
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/bigquery-denormalized.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ See [destinations/bigquery](https://docs.airbyte.com/integrations/destinations/b

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:----------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|
| 1.2.18 | 2023-03-23 | [#24447](https://github.com/airbytehq/airbyte/pull/24447) | Set the Service Account Key JSON field to always_show: true so that it isn't collapsed into an optional fields section |
| 1.2.17 | 2023-03-17 | [#23788](https://github.com/airbytehq/airbyte/pull/23788) | S3-Parquet: added handler to process null values in arrays |
| 1.2.16 | 2023-03-10 | [\#23931](https://github.com/airbytehq/airbyte/pull/23931)| Added support for periodic buffer flush |
| 1.2.15 | 2023-03-10 | [#23466](https://github.com/airbytehq/airbyte/pull/23466) | Changed S3 Avro type from Int to Long |
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/bigquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Now that you have set up the BigQuery destination connector, check out the follo

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-----------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------|
| 1.2.18 | 2023-03-23 | [#24447](https://github.com/airbytehq/airbyte/pull/24447) | Set the Service Account Key JSON field to always_show: true so that it isn't collapsed into an optional fields section |
| 1.2.17 | 2023-03-17 | [#23788](https://github.com/airbytehq/airbyte/pull/23788) | S3-Parquet: added handler to process null values in arrays |
| 1.2.16 | 2023-03-10 | [\#23931](https://github.com/airbytehq/airbyte/pull/23931) | Added support for periodic buffer flush |
| 1.2.15 | 2023-03-10 | [\#23466](https://github.com/airbytehq/airbyte/pull/23466) | Changed S3 Avro type from Int to Long |
Expand Down

0 comments on commit a8e4f2c

Please sign in to comment.