mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 09:25:40 +00:00
28 lines
583 B
JSON
28 lines
583 B
JSON
{
|
|
"source": {
|
|
"type": "mssql",
|
|
"config": {
|
|
"host_port": "localhost:1433",
|
|
"service_name": "local_mssql",
|
|
"database": "catalog_test",
|
|
"query": "select top 50 * from {}.{}",
|
|
"username": "sa",
|
|
"password": "test!Password",
|
|
"filter_pattern": {
|
|
"excludes": ["catalog_test.*"]
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|