mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 20:21:33 +00:00
20 lines
571 B
YAML
20 lines
571 B
YAML
source:
|
|
type: "redash"
|
|
config:
|
|
connect_uri: http://localhost:5000/
|
|
api_key: REDASH_API_KEY
|
|
|
|
# Optionals
|
|
# api_page_limit: 1 #default: None, no limit on ingested dashboards and charts API pagination
|
|
# skip_draft: true #default: true, only ingest published dashboards and charts
|
|
# dashboard_patterns:
|
|
# deny:
|
|
# - ^denied dashboard.*
|
|
# allow:
|
|
# - .*allowed dashboard.*
|
|
# chart_patterns:
|
|
# deny:
|
|
# - ^denied chart.*
|
|
# allow:
|
|
# - .*allowed chart.*
|
|
# parse_table_names_from_sql: false |