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: bigquery/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ You could also install and bring up Zeppelin on Google compute Engine.
7
7
8
8
# Unit Tests
9
9
BigQuery Unit tests are excluded as these tests depend on the BigQuery external service. This is because BigQuery does not have a local mock at this point.
10
+
10
11
If you like to run these tests manually, please follow the following steps:
11
-
1.[Create a new project](https://support.google.com/cloud/answer/6251787?hl=en)
12
-
2.[Create a Google Compute Engine instance](https://cloud.google.com/compute/docs/instances/create-start-instance)
13
-
3. Copy the project ID that you created and add it to the property "projectId" in `resources/constants.json`
14
-
4. Run the command mvn <options> -Dbigquery.text.exclude='' test -pl bigquery -am
12
+
*[Create a new project](https://support.google.com/cloud/answer/6251787?hl=en)
13
+
*[Create a Google Compute Engine instance](https://cloud.google.com/compute/docs/instances/create-start-instance)
14
+
* Copy the project ID that you created and add it to the property "projectId" in `resources/constants.json`
15
+
* Run the command mvn <options> -Dbigquery.text.exclude='' test -pl bigquery -am
0 commit comments