codingwithabhi e191dd17c4
azuresql-connector-fix-added (#3903)
azuresql-connector-fix-added (#3903)
2022-04-11 18:27:00 +02:00

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"
}
}
}