and thanks for your help in advance.
I stood up Superset in dev using Docker compose and created a dashboard with charts. My goal is to move towards automation and away from creating similar dashboards from scratch using the UI. Seeking guidance for the following:
- I wanted to know if dashboards can be replicated programmatically through config files or some other way when the containers are restarted or recreated.
- If I use Parquet files to load data into Superset, can I set it up in a way that Superset automatically reloads/refreshes the data directly from a volume such as Google storage bucket? Or do I need to load the Parquet file into a database and use it as a datastore for Superset?
For #1, I couldn’t find a way to do this.
For #2, I tried force refresh through the dataset and dashboard in the UI. Refresh works if the dataset is created from a database but not of the dataset is created from a csv file (I tried it on a csv file and not a parquet file, but conceptually, it it works on one it should work on the other imo)
Thanks all.
Sam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.