Matt Menzenski
12/03/2022, 1:33 PMpat_nadolny
12/05/2022, 4:21 PMMatt Menzenski
12/05/2022, 4:25 PMpat_nadolny
12/05/2022, 4:35 PMMatt Menzenski
12/05/2022, 4:36 PMaaronsteers
12/05/2022, 8:42 PMPROD_POSTGRES_HOST
differently from LOCAL_POSTGRES_HOST
to avoid mistakes if you (for instance) forget to reset env vars between executions. If you run meltano run --environment=prod my-production-job
, it's generally better to get Error: PROD_POSTGRES_HOST env var is not declared.
than it is to think you just updated production when you actually only updated the db on your localhost.aaronsteers
12/05/2022, 8:42 PMMatt Menzenski
12/05/2022, 10:38 PMaaronsteers
12/06/2022, 3:56 PM