mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 15:50:14 +00:00
10 lines
254 B
YAML
10 lines
254 B
YAML
datahub_api: # Only necessary if using a non-DataHub sink, e.g. the file sink
|
|
server: http://localhost:8080
|
|
timeout_sec: 60
|
|
source:
|
|
type: sql-queries
|
|
config:
|
|
platform: "snowflake"
|
|
default_db: "SNOWFLAKE"
|
|
query_file: "./queries.json"
|