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/purview/register-scan-google-bigquery-source.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,10 @@ When setting up scan, you can choose to scan an entire Google BigQuery project,
52
52
53
53
* Ensure Visual C++ Redistributable for Visual Studio 2012 Update 4 is installed on the self-hosted integration runtime machine. If you don't have this update installed, [you can download it here](https://www.microsoft.com/download/details.aspx?id=30679).
54
54
55
-
* Download and install BigQuery's JDBC driver on the machine where your self-hosted integration runtime is running. You can find the driver [here](https://cloud.google.com/bigquery/providers/simba-drivers).
55
+
* Download and unzip BigQuery's JDBC driver on the machine where your self-hosted integration runtime is running. You can find the driver [here](https://cloud.google.com/bigquery/providers/simba-drivers).
56
56
57
57
> [!Note]
58
-
> The driver should be accessible to all accounts in the VM. Do not install it in a user account.
58
+
> The driver should be accessible to all accounts in the machine. Don't put it in a path under user account.
59
59
60
60
## Register
61
61
@@ -106,7 +106,7 @@ Follow the steps below to scan a Google BigQuery project to automatically identi
106
106
107
107
* Select **Basic Authentication** as the Authentication method
108
108
* Provide the email ID of the service account in the User name field. For example, `xyz\@developer.gserviceaccount.com`
109
-
* Follow below steps to generate the private key, copy the JSON then store it as the value of a Key Vault secret.
109
+
* Follow below steps to generate the private key, copy the entire JSON key file then store it as the value of a Key Vault secret.
110
110
111
111
To create a new private key from Google's cloud platform:
112
112
1. In the navigation menu, select IAM & Admin -\> Service Accounts -\> Select a project -\>
@@ -123,7 +123,7 @@ Follow the steps below to scan a Google BigQuery project to automatically identi
123
123
1.**Driver location**: Specify the path to the JDBC driver location in your VM where self-host integration runtime is running. This should be the path to valid JAR folder location.
124
124
125
125
> [!Note]
126
-
> The driver should be accessible to all accounts in the VM.Please do not install in a user account.
126
+
> The driver should be accessible to all accounts in the machine. Don't put it in a path under user account.
127
127
128
128
1.**Dataset**: Specify a list of BigQuery datasets to import.
129
129
For example, dataset1; dataset2. When the list is empty, all available datasets are imported.
0 commit comments