mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
36 lines
672 B
JSON
36 lines
672 B
JSON
{
|
|
"source": {
|
|
"type": "sample-usage",
|
|
"config": {
|
|
"database": "warehouse",
|
|
"service_name": "gcp_bigquery",
|
|
"sample_data_folder": "./examples/sample_data"
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "query-parser",
|
|
"config": {
|
|
"filter": ""
|
|
}
|
|
},
|
|
"stage": {
|
|
"type": "table-usage",
|
|
"config": {
|
|
"filename": "/tmp/sample_usage"
|
|
}
|
|
},
|
|
"bulk_sink": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|