mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
41 lines
759 B
JSON
41 lines
759 B
JSON
{
|
|
"source": {
|
|
"type": "mssql",
|
|
"config": {
|
|
"host_port": "localhost:1433",
|
|
"service_name": "local_mssql",
|
|
"service_type": "MSSQL",
|
|
"database":"catalog_test",
|
|
"username": "sa",
|
|
"password": "test!Password",
|
|
"filter_pattern": {
|
|
"excludes": ["catalog_test.*"]
|
|
}
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "pii",
|
|
"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
|
|
}
|
|
}
|