mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
Fixed Sample Usage (#3950)
This commit is contained in:
parent
7b26b5ce24
commit
b5f1a8edeb
@ -1,10 +1,13 @@
|
||||
{
|
||||
"source": {
|
||||
"serviceName": "bigquery_gcp",
|
||||
"serviceConnection": "",
|
||||
"type": "sample-usage",
|
||||
"sourceConfig": {
|
||||
}
|
||||
"serviceName": "bigquery_gcp",
|
||||
"serviceConnection": {
|
||||
"config": {
|
||||
"type": "BigQuery"
|
||||
}
|
||||
},
|
||||
"sourceConfig": {}
|
||||
},
|
||||
"processor": {
|
||||
"type": "query-parser",
|
||||
@ -26,10 +29,8 @@
|
||||
},
|
||||
"workflowConfig": {
|
||||
"openMetadataServerConfig": {
|
||||
"api_endpoint": "http://localhost:8585/api",
|
||||
"auth_provider_type": "no-auth"
|
||||
},
|
||||
"config": {
|
||||
"hostPort": "http://localhost:8585/api",
|
||||
"authProvider": "no-auth"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user