This is an automated email from the ASF dual-hosted git repository.
dimberman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 96dd3715ee Migrate tests in google/cloud/sensors from unittest to
pytest (#29642)
add ec844eaa0a Add deferrable mode to
BigQueryTablePartitionExistenceSensor. (#29735)
No new revisions were added by this update.
Summary of changes:
airflow/providers/google/cloud/hooks/bigquery.py | 18 ++++++
airflow/providers/google/cloud/sensors/bigquery.py | 67 ++++++++++++++++++++-
.../providers/google/cloud/triggers/bigquery.py | 69 ++++++++++++++++++++++
.../operators/cloud/bigquery.rst | 11 ++++
.../google/cloud/sensors/test_bigquery.py | 66 ++++++++++++++++++++-
.../google/cloud/triggers/test_bigquery.py | 35 +++++++++++
.../cloud/bigquery/example_bigquery_sensors.py | 11 ++++
7 files changed, 275 insertions(+), 2 deletions(-)