Merge pull request #291 from open-metadata/bigquery-optimize

Added credentials path to the bigquery config
This commit is contained in:
Suresh Srinivas 2021-08-26 22:22:57 -07:00 committed by GitHub
commit c790d4fc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": [