mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
34 lines
723 B
JSON
34 lines
723 B
JSON
{
|
|
"source": {
|
|
"type": "openmetadata",
|
|
"serviceName": "local_metadata",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "OpenMetadata",
|
|
"hostPort": "{scheme}://{host}:{port}/api",
|
|
"authProvider": "no-auth",
|
|
"includeTables": true,
|
|
"includeUsers": true,
|
|
"includeTopics": true,
|
|
"includeDashboards": true,
|
|
"limitRecords": 10
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"enableDataProfiler": false
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |