Hello everybody Meltano uses job-id as an identifi...
# getting-started
j
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
Hi @juan_sebastian_suarez_valencia! It uses the string in the
schedule_name
that you provide as the job_id.
j
Thanks @edward_smith. The documentation was not clear about the correlation between
schedule_name
and
job_id
. Thanks for the heads up
e
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
n
More details on job_ids from a recent thread: https://meltano.slack.com/archives/C01UTUSP34M/p1620066138002700
d
Thanks for the feedback that the relationship between the schedule name and Job ID wasn't clear. I've added that to https://gitlab.com/meltano/meltano/-/issues/2574#note_568026867