Fixed Sample Usage (#3950)

This commit is contained in:
Mayur Singal 2022-04-08 19:25:07 +05:30 committed by GitHub
parent 7b26b5ce24
commit b5f1a8edeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}