You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/08/18 20:46:21 UTC

[airflow] branch main updated (9b2e593 -> 9922287)

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

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


    from 9b2e593  Fix sqlite hook - insert and replace functions (#17695)
     add 9922287  Replace execution_date with run_id in airflow tasks run command (#16666)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/commands/task_command.py |  2 +-
 airflow/models/taskinstance.py       | 41 ++++++++++++++++++++++++++++++------
 tests/jobs/test_local_task_job.py    |  2 ++
 tests/models/test_taskinstance.py    | 15 +++++++------
 4 files changed, 45 insertions(+), 15 deletions(-)