mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
31 lines
568 B
JSON
31 lines
568 B
JSON
{
|
|
"source": {
|
|
"type": "trino",
|
|
"serviceName": "local_trino",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Trino",
|
|
"hostPort": "localhost:8080",
|
|
"username": "user",
|
|
"catalog": "tpcds",
|
|
"database": "tiny"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|