mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 09:25:40 +00:00
25 lines
597 B
JSON
25 lines
597 B
JSON
{
|
|
"source": {
|
|
"type": "dbt",
|
|
"config": {
|
|
"service_name": "bigquery",
|
|
"service_type": "BigQuery",
|
|
"catalog_file": "./examples/sample_data/dbt/catalog.json",
|
|
"manifest_file": "./examples/sample_data/dbt/manifest.json",
|
|
"run_results_file": "./examples/sample_data/dbt/run_results.json",
|
|
"database": "shopify"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|