2022-05-02 00:18:15 -07:00
|
|
|
source:
|
|
|
|
type: metabase
|
|
|
|
config:
|
|
|
|
# Coordinates
|
|
|
|
connect_uri: http://localhost:3000
|
|
|
|
|
|
|
|
# Credentials
|
|
|
|
username: user
|
|
|
|
password: pass
|
2025-02-28 11:01:07 +05:30
|
|
|
api_key: key
|
2022-05-02 00:18:15 -07:00
|
|
|
|
|
|
|
# Options
|
|
|
|
default_schema: public
|
|
|
|
database_alias_map:
|
|
|
|
h2: sample-dataset.db
|
2024-04-19 21:53:17 +02:00
|
|
|
exclude_other_user_collections: true
|
2022-05-02 00:18:15 -07:00
|
|
|
# Optional mapping of platform types to instance ids
|
|
|
|
platform_instance_map: # optional
|
|
|
|
postgres: test_postgres # optional
|
2023-08-02 07:23:48 +03:00
|
|
|
database_id_to_instance_map: # optional
|
|
|
|
"42": platform_instance_in_datahub # optional
|
2022-05-02 00:18:15 -07:00
|
|
|
|
|
|
|
sink:
|
2023-08-02 07:23:48 +03:00
|
|
|
# sink configs
|