@@ -80,13 +80,21 @@ https://github.com/airbytehq/airbyte/issues/3549
80
80
4 . Enter the name for the BigQuery connector.
81
81
5 . For ** Project ID** , enter your
82
82
[ Google Cloud project ID] ( https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects ) .
83
- 6 . For ** Dataset Location** , select the location of your BigQuery dataset. :::warning You cannot
84
- change the location later. :::
83
+ 6 . For ** Dataset Location** , select the location of your BigQuery dataset.
84
+
85
+ ::: warning
86
+ You cannot change the location later.
87
+ :::
88
+
85
89
7 . For ** Default Dataset ID** , enter the BigQuery
86
90
[ Dataset ID] ( https://cloud.google.com/bigquery/docs/datasets#create-dataset ) .
87
91
8 . For ** Loading Method** , select [ Standard Inserts] ( #using-insert ) or
88
- [ GCS Staging] ( #recommended-using-a-google-cloud-storage-bucket ) . :::tip We recommend using the
89
- GCS Staging option. :::
92
+ [ GCS Staging] ( #recommended-using-a-google-cloud-storage-bucket ) .
93
+
94
+ ::: tip
95
+ We recommend using the GCS Staging option.
96
+ :::
97
+
90
98
9 . For ** Service Account Key JSON (Required for cloud, optional for open-source)** , enter the Google
91
99
Cloud
92
100
[ Service Account Key in JSON format] ( https://cloud.google.com/iam/docs/creating-managing-service-account-keys ) .
@@ -95,11 +103,13 @@ https://github.com/airbytehq/airbyte/issues/3549
95
103
or ** batch** to have
96
104
[ BigQuery run batch queries] ( https://cloud.google.com/bigquery/docs/running-queries#batch ) .
97
105
98
- :::note Interactive queries are executed as soon as possible and count towards daily concurrent
99
- quotas and limits, while batch queries are executed as soon as idle resources are available in
100
- the BigQuery shared resource pool. If BigQuery hasn't started the query within 24 hours,
101
- BigQuery changes the job priority to interactive. Batch queries don't count towards your
102
- concurrent rate limit, making it easier to start many queries at once. :::
106
+ ::: note
107
+ Interactive queries are executed as soon as possible and count towards daily concurrent
108
+ quotas and limits, while batch queries are executed as soon as idle resources are available in
109
+ the BigQuery shared resource pool. If BigQuery hasn't started the query within 24 hours,
110
+ BigQuery changes the job priority to interactive. Batch queries don't count towards your
111
+ concurrent rate limit, making it easier to start many queries at once.
112
+ :::
103
113
104
114
11 . For ** Google BigQuery Client Chunk Size (Optional)** , use the default value of 15 MiB. Later, if
105
115
you see networking or memory management problems with the sync (specifically on the
0 commit comments