You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/13 13:24:53 UTC

[airflow] branch master updated (a74a7da -> 2f0613b)

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

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


    from a74a7da  Limit all google-cloud api to <2.0.0 (#10317)
     add 2f0613b  Implement Google BigQuery Table Partition Sensor (#10218)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_bigquery_sensors.py | 102 +++++++++++++++++++++
 airflow/providers/google/cloud/hooks/bigquery.py   |  29 ++++++
 airflow/providers/google/cloud/sensors/bigquery.py |  58 ++++++++++++
 docs/howto/operator/google/cloud/bigquery.rst      |  32 +++++++
 .../providers/google/cloud/hooks/test_bigquery.py  |  40 ++++++++
 .../google/cloud/operators/test_bigquery_system.py |   4 +
 .../google/cloud/sensors/test_bigquery.py          |  34 ++++++-
 7 files changed, 298 insertions(+), 1 deletion(-)
 create mode 100644 airflow/providers/google/cloud/example_dags/example_bigquery_sensors.py