You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: