You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/05/08 04:37:00 UTC

[airflow] branch master updated (6e4f5fa -> b7566e1)

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

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


    from 6e4f5fa  [AIRFLOW-4568]The ExternalTaskSensor should be configurable to raise an Airflow Exception in case the poked external task reaches a disallowed state, such as f.i. failed (#8509)
     add b7566e1  Add SQL query tracking for pytest (#8754)

No new revisions were added by this update.

Summary of changes:
 TESTING.rst                         | 30 ++++++++++++
 scripts/perf/perf_kit/__init__.py   |  2 +-
 scripts/perf/perf_kit/sqlalchemy.py | 91 +++++++++++++++++++++++++++----------
 tests/conftest.py                   | 70 ++++++++++++++++++++++++++++
 4 files changed, 168 insertions(+), 25 deletions(-)