Ian OLeary
02/29/2024, 3:36 PMTARGET_SNOWFLAKE_DATABASE='DEV'
set in your .env, do you just set a different env var in your prod environment to specify TARGET_SNOWFLAKE_DATABASE='PROD'
? Is this something that should be handled by specifying the different config under a different environment in the meltano.yml
? Is that a better practice? If so - how do you set the default env to prod once you deploy?Andy Carter
02/29/2024, 3:38 PM.env
file with content from other files like .env.prod
.<http://env.dev|env.dev>
etc.
But I couldn't tell you if this is anywhere near 'best practice', it just gets the job done for me.Isoctcolo
03/04/2024, 4:51 PM