Added credentials path to the bigquery config

This commit is contained in:
Ayush Shah 2021-08-24 23:53:34 +05:30
parent 6ba87a5297
commit c813e8f71b
2 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,6 @@ metadata ingest -c ./examples/workflows/redshift.json
```text
source env/bin/activate
export GOOGLE_APPLICATION_CREDENTIALS="$PWD/examples/creds/bigquery-cred.json"
metadata ingest -c ./examples/workflows/bigquery.json
```

View File

@ -6,6 +6,9 @@
"host_port": "https://bigquery.googleapis.com",
"username": "gcpuser@project_id.iam.gserviceaccount.com",
"service_name": "gcp_bigquery",
"options": {
"credentials_path": "examples/creds/bigquery-cred.json"
},
"service_type": "BigQuery",
"filter_pattern": {
"excludes": [