mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
25 lines
560 B
YAML
25 lines
560 B
YAML
source:
|
|
type: metabase
|
|
config:
|
|
# Coordinates
|
|
connect_uri: http://localhost:3000
|
|
|
|
# Credentials
|
|
username: user
|
|
password: pass
|
|
api_key: key
|
|
|
|
# Options
|
|
default_schema: public
|
|
database_alias_map:
|
|
h2: sample-dataset.db
|
|
exclude_other_user_collections: true
|
|
# Optional mapping of platform types to instance ids
|
|
platform_instance_map: # optional
|
|
postgres: test_postgres # optional
|
|
database_id_to_instance_map: # optional
|
|
"42": platform_instance_in_datahub # optional
|
|
|
|
sink:
|
|
# sink configs
|