mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 17:07:06 +00:00
38 lines
854 B
JSON
38 lines
854 B
JSON
{
|
|
"source": {
|
|
"type": "azuresql",
|
|
"serviceName": "azuresql",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "AzureSQL",
|
|
"hostPort": "hostPort",
|
|
"database": "database_name",
|
|
"username": "username",
|
|
"password": " password",
|
|
"driver":"ODBC Driver 17 for SQL Server"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"schemaFilterPattern": {
|
|
"excludes": [
|
|
"mysql.*",
|
|
"information_schema.*",
|
|
"performance_schema.*",
|
|
"sys.*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |