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