Hello everybody
Meltano uses job-id as an identifier in order to preserve state for the next run
But if we schedule an execution, in the documentation I can’t find where to define the job-id. So how do I know which job-id the next run will be associated with ?
e
edward_smith
05/05/2021, 11:57 AM
Hi @juan_sebastian_suarez_valencia! It uses the string in the
schedule_name
that you provide as the job_id.
j
juan_sebastian_suarez_valencia
05/05/2021, 11:59 AM
Thanks @edward_smith. The documentation was not clear about the correlation between
schedule_name
and
job_id
. Thanks for the heads up
e
edward_smith
05/05/2021, 12:31 PM
Agreed.... I only ran across this because I've been hacking at the internal state database to get etl to start at specified replication_key_values