mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 22:49:00 +00:00
Added credentials path to the bigquery config
This commit is contained in:
parent
6ba87a5297
commit
c813e8f71b
@ -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
|
||||
```
|
||||
|
||||
|
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user