mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-30 12:59:51 +00:00
20 lines
405 B
YAML
20 lines
405 B
YAML
source:
|
|
type: metabase
|
|
config:
|
|
# Coordinates
|
|
connect_uri: http://localhost:3000
|
|
|
|
# Credentials
|
|
username: user
|
|
password: pass
|
|
|
|
# Options
|
|
default_schema: public
|
|
database_alias_map:
|
|
h2: sample-dataset.db
|
|
# Optional mapping of platform types to instance ids
|
|
platform_instance_map: # optional
|
|
postgres: test_postgres # optional
|
|
|
|
sink:
|
|
# sink configs |