mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Sample Usage fixed (#4065)
This commit is contained in:
parent
1cd4dad5a9
commit
15766e85a6
@ -36,11 +36,14 @@ config = """
|
||||
{
|
||||
"source": {
|
||||
"type": "sample-usage",
|
||||
"config": {
|
||||
"database": "warehouse",
|
||||
"service_name": "bigquery_gcp",
|
||||
"sample_data_folder": "./examples/sample_data"
|
||||
}
|
||||
"serviceName": "sample_data",
|
||||
"serviceConnection": {
|
||||
"config": {
|
||||
"type": "SampleData",
|
||||
"sampleDataFolder": "./examples/sample_data"
|
||||
}
|
||||
},
|
||||
"sourceConfig": {}
|
||||
},
|
||||
"processor": {
|
||||
"type": "query-parser",
|
||||
@ -54,21 +57,19 @@ config = """
|
||||
"filename": "/tmp/sample_usage"
|
||||
}
|
||||
},
|
||||
"bulk_sink": {
|
||||
"bulkSink": {
|
||||
"type": "metadata-usage",
|
||||
"config": {
|
||||
"filename": "/tmp/sample_usage"
|
||||
}
|
||||
},
|
||||
"metadata_server": {
|
||||
"type": "metadata-server",
|
||||
"config": {
|
||||
"api_endpoint": "http://localhost:8585/api",
|
||||
"auth_provider_type": "no-auth"
|
||||
"workflowConfig": {
|
||||
"openMetadataServerConfig": {
|
||||
"hostPort": "http://localhost:8585/api",
|
||||
"authProvider": "no-auth"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
{
|
||||
"source": {
|
||||
"type": "sample-usage",
|
||||
"serviceName": "bigquery_gcp",
|
||||
"serviceName": "sample_data",
|
||||
"serviceConnection": {
|
||||
"config": {
|
||||
"type": "BigQuery"
|
||||
"type": "SampleData",
|
||||
"sampleDataFolder": "./examples/sample_data"
|
||||
}
|
||||
},
|
||||
"sourceConfig": {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user