mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 20:17:07 +00:00
29 lines
589 B
JSON
29 lines
589 B
JSON
{
|
|
"source": {
|
|
"type": "metadata",
|
|
"serviceName": "openMetadata",
|
|
"config": {
|
|
"include_tables": "true",
|
|
"include_topics": "true",
|
|
"include_dashboards": "true",
|
|
"limit_records": 10
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "elasticsearch",
|
|
"config": {
|
|
"index_tables": "true",
|
|
"index_topics": "true",
|
|
"index_dashboards": "true",
|
|
"es_host": "localhost",
|
|
"es_port": 9200
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|