Skip to content

Commit

Permalink
KH-539: Add default Superset datasets (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke authored Jun 18, 2024
1 parent 06622e9 commit 60784cb
Show file tree
Hide file tree
Showing 19 changed files with 4,154 additions and 24 deletions.
16 changes: 16 additions & 0 deletions distro/configs/superset/assets/databases/Analytics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
database_name: Analytics
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 60784cb

Please sign in to comment.