You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-google-bigquery.md
+1-81Lines changed: 1 addition & 81 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,87 +235,7 @@ The following table shows the release stage and change logs for different versio
235
235
236
236
### <aname="upgrade-the-google-bigquery-linked-service"></a> Upgrade the Google BigQuery connector from V1 to V2
237
237
238
-
To upgrade the Google BigQuery connector from V1 to V2, you can do a side-by-side upgrade, or an in-place upgrade.
239
-
240
-
#### Side-by-side upgrade
241
-
242
-
To perform a side-by-side upgrade, complete the following steps:
243
-
244
-
1. Create a new Google BigQuery linked service and configure it by referring to the V2 linked service properties.
245
-
1. Create a dataset based on the newly created Google BigQuery linked service.
246
-
1. Replace the new linked service and dataset with the existing ones in the pipelines that targets the V1 objects.
247
-
248
-
#### In-place upgrade
249
-
250
-
To perform an in-place upgrade, you need to edit the existing linked service payload and update dataset to use the new linked service.
251
-
252
-
1. Update the type from **GoogleBigQuery** to **GoogleBigQueryV2**.
253
-
1. Modify the linked service payload from its V1 format to V2. You can either fill in each field from the user interface after changing the type mentioned above, or update the payload directly through the JSON Editor. Refer to the [Linked service properties](#linked-service-properties) section in this article for the supported connection properties. The following examples show the differences in payload for the V1 and V2 Google BigQuery linked services:
254
-
255
-
**Google BigQuery V1 linked service JSON payload:**
1. Update dataset to use the new linked service. You can either create a new dataset based on the newly created linked service, or update an existing dataset's type property from **GoogleBigQueryObject** to **GoogleBigQueryV2Object**.
316
-
317
-
>[!NOTE]
318
-
>When transitioning linked services, the override template parameter section might only display database properties. You can resolve this by manually editing the parameters. After that the **Override template parameters** section will show the connection strings.
238
+
To upgrade the Google BigQuery connector, create a new Google BigQuery linked service and configure it by referring to [Linked service properties](#linked-service-properties).
319
239
320
240
### Upgrade the Google BigQuery V2 connector from version 1.0 to version 1.1
0 commit comments