mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 16:46:59 +00:00
Update example
This commit is contained in:
parent
422cfb0976
commit
3a9d8db03d
@ -1,12 +1,18 @@
|
|||||||
{
|
{
|
||||||
"source": {
|
"source": {
|
||||||
"type": "trino",
|
"type": "trino",
|
||||||
"config": {
|
"serviceName": "local_trino",
|
||||||
"service_name": "local_trino",
|
"serviceConnection": {
|
||||||
"host_port": "localhost:8080",
|
"config": {
|
||||||
"username": "user",
|
"type": "Trino",
|
||||||
"catalog": "tpcds",
|
"hostPort": "localhost:8080",
|
||||||
"database": "tiny"
|
"username": "user",
|
||||||
|
"catalog": "tpcds",
|
||||||
|
"database": "tiny"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sourceConfig": {
|
||||||
|
"config": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sink": {
|
"sink": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user