Skip to content

Commit 09cd498

Browse files
authored
MVP for Google BigQuery docs (#966)
1 parent 46a099b commit 09cd498

File tree

5 files changed

+648
-0
lines changed

5 files changed

+648
-0
lines changed

docs/data-sources/connect-to-a-source.mdx

+14
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@ it requires:
4949

5050
<Tabs groupId="source-preference" className="api-tabs">
5151

52+
<TabItem value="BigQuery" label="BigQuery">
53+
54+
| ENV | Example | Description |
55+
| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
56+
| `JDBC_URL` | `jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;ProjectId=project-id;DefaultDataset=dataset;OAuthType=0;OAuthServiceAcctEmail=service-account-email;OAuthPvtKey=/etc/connector/key.json;` | The JDBC URL to connect to the BigQuery database. |
57+
58+
:::info BigQuery specific characteristics
59+
60+
See [here](/how-to-build-with-ddn/with-bigquery.mdx) for instructions on saving your service account key file
61+
62+
:::
63+
64+
</TabItem>
65+
5266
<TabItem value="ClickHouse" label="ClickHouse">
5367

5468
| ENV | Example | Description |

0 commit comments

Comments
 (0)