mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-20 06:58:18 +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
|
```text
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
export GOOGLE_APPLICATION_CREDENTIALS="$PWD/examples/creds/bigquery-cred.json"
|
|
||||||
metadata ingest -c ./examples/workflows/bigquery.json
|
metadata ingest -c ./examples/workflows/bigquery.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"host_port": "https://bigquery.googleapis.com",
|
"host_port": "https://bigquery.googleapis.com",
|
||||||
"username": "gcpuser@project_id.iam.gserviceaccount.com",
|
"username": "gcpuser@project_id.iam.gserviceaccount.com",
|
||||||
"service_name": "gcp_bigquery",
|
"service_name": "gcp_bigquery",
|
||||||
|
"options": {
|
||||||
|
"credentials_path": "examples/creds/bigquery-cred.json"
|
||||||
|
},
|
||||||
"service_type": "BigQuery",
|
"service_type": "BigQuery",
|
||||||
"filter_pattern": {
|
"filter_pattern": {
|
||||||
"excludes": [
|
"excludes": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user