Does anyone know if there's a way to not require / use sqlite for installs? We're using postgres for our config database, but we're stuck in that we don't have an enterprise approved base image available that has sqlite 3.7 (
https://github.com/meltano/meltano/issues/6405), and right now no easy way to add it. We're wondering why we even need it for the install if we're using postgres.
cc:
@TomasB