mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-02-06 10:54:33 +00:00
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"source": {
|
|
"type": "trino",
|
|
"config": {
|
|
"service_name": "local_trino",
|
|
"host_port": "localhost:8080",
|
|
"catalog": "catalog_name",
|
|
"schema_name": "schema_name"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|