mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
* ISSUE-4076: Use the central get_engine method for usage * ISSUE-4076: Use the central get_engine method for usage * ISSUE-4076: Use the central get_engine method for usage Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com> Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
45 lines
842 B
JSON
45 lines
842 B
JSON
{
|
|
"source": {
|
|
"type": "mssql-usage",
|
|
"serviceName": "local_mssql",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Mssql",
|
|
"database": "catalog_test",
|
|
"username": "sa",
|
|
"password": "test!Password",
|
|
"hostPort": "localhost:1433"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"queryLogDuration": "1"
|
|
}
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "query-parser",
|
|
"config": {
|
|
"filter": ""
|
|
}
|
|
},
|
|
"stage": {
|
|
"type": "table-usage",
|
|
"config": {
|
|
"filename": "/tmp/mssql_usage"
|
|
}
|
|
},
|
|
"bulkSink": {
|
|
"type": "metadata-usage",
|
|
"config": {
|
|
"filename": "/tmp/mssql_usage"
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|