This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch openlineage-disable-when-not-configured
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 821d5de687 openlineage: disable running listener if not configured
add 6042e698e5 Add 2.7.0b1 to Issue template (#33119)
add c048bd5d9e Fix test_example_dags (#32714)
add 108a07b580 Bring back mysql-connector-python as required depednency
(#32989)
add af08392005 Correctly log when there are problems trying to chmod
airflow.cfg (#33118)
add e10aa6ae6a openlineage, bigquery: add openlineage method support for
BigQueryExecuteQueryOperator (#31293)
add bbc0968905 openlineage, sagemaker: add missing OpenLineage type
signature (#33114)
add 879fd34e97 aDd documentation generation for CLI commands from
executors (#33081)
add cf7e0c5aa5 Add possibility to use `ssl_context` extra for SMTP and
IMAP connections (#33112)
add 519d99baee Check google provider version in GCSToS3Operator before
provide match_glob param (#32925)
add 9adb265e0e Add notes about pre-2-7 config and cli options in providers
(#33123)
new 531bb9c429 openlineage: disable running listener if not configured
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 (821d5de687)
\
N -- N -- N refs/heads/openlineage-disable-when-not-configured
(531bb9c429)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ISSUE_TEMPLATE/airflow_bug_report.yml | 1 +
airflow/configuration.py | 2 +-
airflow/executors/base_executor.py | 17 +-
.../providers/amazon/aws/operators/sagemaker.py | 4 +-
.../providers/amazon/aws/transfers/gcs_to_s3.py | 49 +++--
.../apache/hive/transfers/mysql_to_hive.py | 2 +-
.../providers/celery/executors/celery_executor.py | 9 +
.../kubernetes/executors/kubernetes_executor.py | 9 +
airflow/providers/google/cloud/hooks/bigquery.py | 2 +-
.../providers/google/cloud/operators/bigquery.py | 92 +++++++-
airflow/providers/imap/CHANGELOG.rst | 2 +
airflow/providers/imap/hooks/imap.py | 6 +-
airflow/providers/mysql/CHANGELOG.rst | 3 +
airflow/providers/mysql/provider.yaml | 5 +-
airflow/providers/openlineage/extractors/base.py | 6 +
airflow/providers/openlineage/utils/utils.py | 9 +-
airflow/providers/smtp/CHANGELOG.rst | 2 +
airflow/providers/smtp/hooks/smtp.py | 6 +-
.../cli-ref.rst} | 20 +-
docs/apache-airflow-providers-celery/index.rst | 1 +
.../cli-ref.rst} | 15 +-
.../index.rst | 1 +
.../connections/imap.rst | 3 +
.../connections/smtp.rst | 3 +
.../exts/includes/providers-configurations-ref.rst | 6 +
generated/provider_dependencies.json | 1 +
tests/always/test_example_dags.py | 8 +-
.../google/cloud/operators/job_details.json | 240 +++++++++++++++++++++
.../google/cloud/operators/test_bigquery.py | 91 ++++++++
tests/providers/imap/hooks/test_imap.py | 27 +++
.../mysql/hooks/test_mysql_connector_python.py | 5 -
tests/providers/smtp/hooks/test_smtp.py | 24 +++
.../providers/redis/example_redis_publish.py | 14 +-
33 files changed, 613 insertions(+), 72 deletions(-)
copy docs/{apache-airflow-providers-apache-kafka/triggers.rst =>
apache-airflow-providers-celery/cli-ref.rst} (66%)
copy docs/{apache-airflow-providers-apache-hdfs/operators/index.rst =>
apache-airflow-providers-cncf-kubernetes/cli-ref.rst} (66%)
create mode 100644 tests/providers/google/cloud/operators/job_details.json