Skip to content

Commit 2295772

Browse files
committed
Improve Google BQ instruction per feedback
1 parent ea28f1d commit 2295772

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/purview/register-scan-google-bigquery-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ When setting up scan, you can choose to scan an entire Google BigQuery project,
5252

5353
* 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).
5454

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).
5656

5757
> [!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.
5959
6060
## Register
6161

@@ -106,7 +106,7 @@ Follow the steps below to scan a Google BigQuery project to automatically identi
106106

107107
* Select **Basic Authentication** as the Authentication method
108108
* 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.
110110

111111
To create a new private key from Google's cloud platform:
112112
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
123123
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.
124124

125125
> [!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.
127127
128128
1. **Dataset**: Specify a list of BigQuery datasets to import.
129129
For example, dataset1; dataset2. When the list is empty, all available datasets are imported.

0 commit comments

Comments
 (0)