Skip to content

Commit

Permalink
KH-539: Add default Superset datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jun 17, 2024
1 parent 06622e9 commit e019f3c
Show file tree
Hide file tree
Showing 15 changed files with 4,054 additions and 9 deletions.
16 changes: 16 additions & 0 deletions distro/configs/superset/dashboard-assets/databases/PostgreSQL.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
database_name: PostgreSQL
sqlalchemy_uri: postgresql://analytics:{ANALYTICS_DB_PASSWORD}@postgresql:5432/analytics
cache_timeout: null
expose_in_sqllab: true
allow_run_async: false
allow_ctas: true
allow_cvas: true
allow_dml: false
allow_file_upload: true
extra:
metadata_params: {}
engine_params: {}
metadata_cache_timeout: {}
schemas_allowed_for_file_upload: []
uuid: 4e5f4045-a62d-4964-b719-58229a60e7fe
version: 1.0.0
Loading

0 comments on commit e019f3c

Please sign in to comment.