2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/metabase for complete documentation
|
2021-12-09 16:10:08 -08:00
|
|
|
source:
|
|
|
|
type: "mode"
|
|
|
|
config:
|
2021-12-16 22:17:12 -05:00
|
|
|
token: token
|
|
|
|
password: password
|
2021-12-09 16:10:08 -08:00
|
|
|
connect_uri: https://app.mode.com/
|
2021-12-16 22:17:12 -05:00
|
|
|
workspace: "workspace"
|
2021-12-09 16:10:08 -08:00
|
|
|
default_schema: "public"
|
|
|
|
owner_username_instead_of_email: False
|
2021-12-16 22:17:12 -05:00
|
|
|
api_options:
|
|
|
|
retry_backoff_multiplier: 2
|
|
|
|
max_retry_interval: 10
|
|
|
|
max_attempts: 5
|
2021-12-09 16:10:08 -08:00
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2021-12-09 16:10:08 -08:00
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
|
|
|
config:
|
2023-03-15 04:55:57 +00:00
|
|
|
server: "http://localhost:8080"
|