Hello! I'm getting started with Meltano and I wond...
# getting-started
n
Hello! I'm getting started with Meltano and I wonder how to configure the state_backend.uri per environment via
meltano.yml
in order to have a clear isolation between the dev and production env that will live in different projects in gcp. I understand that I can set the correct value using an env var but I'd prefer having this info in the config file. What would be the way to do such thing? Any help would be appreciated!
btw I found an issue in GitHub that is close to what I am trying to achieve but with the
database_uri
param: https://github.com/meltano/meltano/issues/6846