mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
27 lines
656 B
YAML
27 lines
656 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
|
|
|
|
sink:
|
|
type: "file"
|
|
config:
|
|
filename: "${HOME}/redash_output_mces.json"
|