This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch
add-dependency-upgrade-summary-for-ci-image-build
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard a26b0749b0 Add summary of dependencies for ci image build
add 75b613cf34 Add an example for specifying multiple single files (#30982)
add 43916c5034 Optimize deferred execution mode in DbtCloudJobRunSensor
(#30968)
add b4220ef262 Fix a problem where providers list should be empty (#30986)
add 23b5b31d48 Fix `airflow providers get` command output (#30978)
add 607068f4f0 Optimize deferrable execution mode
`AzureDataFactoryPipelineRunStatusSensor` (#30983)
add 9662fd8cc0 bigfix: EMRHook Loop through paginated response to check
for cluster id (#29732)
add d23033cff8 Add ALL_DONE_SETUP_SUCCESS trigger rule (#30270)
add d38e09d0a8 Add summary of dependencies for ci image build
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a26b0749b0)
\
N -- N -- N
refs/heads/add-dependency-upgrade-summary-for-ci-image-build (d38e09d0a8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 2 +-
STATIC_CODE_CHECKS.rst | 10 +-
airflow/cli/commands/provider_command.py | 5 +-
airflow/decorators/base.py | 5 +
airflow/models/baseoperator.py | 4 +-
airflow/models/taskinstance.py | 5 +-
airflow/providers/amazon/aws/hooks/emr.py | 12 +-
airflow/providers/dbt/cloud/sensors/dbt.py | 23 +-
.../microsoft/azure/sensors/data_factory.py | 23 +-
airflow/ti_deps/dep_context.py | 8 +
airflow/ti_deps/deps/trigger_rule_dep.py | 62 ++++-
airflow/utils/trigger_rule.py | 1 +
scripts/in_container/verify_providers.py | 1 +
tests/decorators/test_python.py | 56 +++-
tests/models/test_taskinstance.py | 285 ++++++++++++++++-----
tests/providers/amazon/aws/hooks/test_emr.py | 47 ++++
.../providers/dbt/cloud/sensors/test_dbt_cloud.py | 22 +-
.../azure/sensors/test_azure_data_factory.py | 24 +-
tests/ti_deps/deps/test_trigger_rule_dep.py | 218 +++++++++++++---
tests/utils/test_trigger_rule.py | 3 +-
20 files changed, 669 insertions(+), 147 deletions(-)