Skip to content

Commit

Permalink
Merge pull request #1 from 1904labs/configure-secret-key-and-athena-libs
Browse files Browse the repository at this point in the history
Adding key + Athena libs
  • Loading branch information
tsagona authored Oct 31, 2024
2 parents 2518190 + 8a318c9 commit 540954b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from flask_caching.backends.filesystemcache import FileSystemCache

logger = logging.getLogger()

SECRET_KEY = '1904labs'
DATABASE_DIALECT = os.getenv("DATABASE_DIALECT")
DATABASE_USER = os.getenv("DATABASE_USER")
DATABASE_PASSWORD = os.getenv("DATABASE_PASSWORD")
Expand Down
1 change: 1 addition & 0 deletions docker/requirements-local.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyathena[pandas]==2.25.2

0 comments on commit 540954b

Please sign in to comment.