mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
36 lines
665 B
JSON
36 lines
665 B
JSON
{
|
|
"source": {
|
|
"type": "sample-tables",
|
|
"config": {
|
|
"database": "warehouse",
|
|
"service_name": "gcp_bigquery",
|
|
"service_type": "BigQuery",
|
|
"sample_schema_folder": "./examples/shopify_schemas/"
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "pii-tags",
|
|
"config": {
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest-tables",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
},
|
|
"cron": {
|
|
"minute": "*/5",
|
|
"hour": null,
|
|
"day": null,
|
|
"month": null,
|
|
"day_of_week": null
|
|
}
|
|
}
|