Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An issue with Dockerfile for superset #1

Open
waynelxb opened this issue Jan 16, 2025 · 1 comment
Open

An issue with Dockerfile for superset #1

waynelxb opened this issue Jan 16, 2025 · 1 comment

Comments

@waynelxb
Copy link

waynelxb commented Jan 16, 2025

Thank you very much for sharing!
I think, instead of
RUN superset set_database_uri -d DW -u duckdb:///superset_home/db/datamart.duckdb
, it should be:
RUN superset set_database_uri -d DW -u duckdb:///$HOME/db/datamart.duckdb

@cnstlungu
Copy link
Owner

Hi @waynelxb,

Thanks for the message. Are you experiencing any issues because of that?

That destination is superset_home because this is where I'm mounting the database file volume (in docker-compose.yml). It could have any name.

Kindly let me know if you need any further assistance.

BR Constantin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants