Regarding state and incremental updates (tap-postg...
# best-practices
s
Regarding state and incremental updates (tap-postgres, target-snowflake) - is it okay to pass the same job_id if I am orchestrating this with something aside from Airflow? I.e. every hour we run
meltano elt tap-postgres target-snowflake --job-id=my_job_id
and keep that job_id constant for every run?
m
Yep! The job_id is just keeping track of the state (ie bookmarks and other metadata about the runs). So using the same job_id will just tell Meltano to find the most recent run for that job.