Following from the alternate instructions at https://superset.apache.org/docs/installation/installing-superset-from-scratch, what do you think about us having a version of this that runs in a single container? Assumption being that the PostgresDB is launched in a separate process, and does not need to be part of the execution command.
In theory a bootstrap script in the docker container could import the file definitions and then export after execution completes (assuming it gets a graceful shutdown, or assuming ctrl+c is only hit once and enough time is allowed before a hard process kill).
@pnadolny13, @pandemicsyn - Curious as to your thoughts.
Migrated from GitLab: https://gitlab.com/meltano/files-superset/-/issues/6
Originally created by @aaronsteers on 2022-01-27 20:32:24
The current implementation takes a docker-compose.yml file which runs several containers.
Our initial spec in https://gitlab.com/meltano/meltano/-/issues/2205+ will expect a single container definition.
Following from the alternate instructions at https://superset.apache.org/docs/installation/installing-superset-from-scratch, what do you think about us having a version of this that runs in a single container? Assumption being that the PostgresDB is launched in a separate process, and does not need to be part of the execution command.
In theory a bootstrap script in the docker container could import the file definitions and then export after execution completes (assuming it gets a graceful shutdown, or assuming ctrl+c is only hit once and enough time is allowed before a hard process kill).
@pnadolny13, @pandemicsyn - Curious as to your thoughts.