fred_reimer
10/29/2021, 5:24 PMstephen_bailey
10/29/2021, 6:02 PMelt job, then writes the state back to the database. So the only thing that's being passed from job to job (via the database) is the job state information.fred_reimer
10/29/2021, 6:08 PMstephen_bailey
10/29/2021, 6:16 PMTARGET_SNOWFLAKE_DATABASE=foo and another with TARGET_SNOWFLAKE_DATABASE=bar and your job would write to different databases. The .env file is more of a convenience for local development -- in prod you could just run it with the environment variables set at runtime.
The schedule itself would be more up to how your jobs are going to get orchestrated. That might be through Airflow, for example, or in our case, Argo Workflows.fred_reimer
10/29/2021, 6:16 PMstephen_bailey
10/29/2021, 6:17 PMstephen_bailey
10/29/2021, 6:19 PMtap-salesforce-sales and tap-salesforce-marketing, for example.fred_reimer
10/29/2021, 6:20 PM