nathadfield commented on pull request #9590:
URL: https://github.com/apache/airflow/pull/9590#issuecomment-665098685
> How about using a hash of job config to create `job_id`?
`{dag_id}{task_id}{exec_date}{hash(job_config)}`
I can think of scenario we could easily face where a task was successful but
there was missing data in the source at the time the job was run. Rerunning in
this context would mean that the `job_config` would not change if we are
talking about a SQL query.
I'd argue that the job_id of each try should be unique so including
`try_number` sounds like a good idea.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]