This is an automated email from the ASF dual-hosted git repository.

turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from bf468c7  Mention about .sh commands and templates in BashOperator docs 
(#11566)
     add 112f7d7  Add creating_job_id to DagRun table (#11396)

No new revisions were added by this update.

Summary of changes:
 airflow/jobs/backfill_job.py                       |  1 +
 airflow/jobs/base_job.py                           |  9 ++++++++
 airflow/jobs/scheduler_job.py                      |  3 ++-
 ... => 364159666cbd_add_job_id_to_dagrun_table.py} | 20 ++++++++--------
 airflow/models/dag.py                              |  8 +++++--
 airflow/models/dagrun.py                           |  3 +++
 tests/jobs/test_backfill_job.py                    | 14 +++++++++++
 tests/jobs/test_scheduler_job.py                   | 27 ++++++++++++++++++++++
 tests/models/test_dag.py                           |  8 +++++++
 9 files changed, 80 insertions(+), 13 deletions(-)
 copy 
airflow/migrations/versions/{5e7d17757c7a_add_pid_field_to_taskinstance.py => 
364159666cbd_add_job_id_to_dagrun_table.py} (70%)

Reply via email to