You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2021/02/12 23:04:36 UTC

[airflow] branch master updated (e3bcaa3 -> e31b27d)

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

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


    from e3bcaa3  Correct typo in GCSObjectsWtihPrefixExistenceSensor  (#14179)
     add e31b27d  Add materialized view support for BigQuery (#14201)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_bigquery_operations.py    | 24 +++++++++++++--
 airflow/providers/google/cloud/hooks/bigquery.py   |  6 ++++
 .../providers/google/cloud/operators/bigquery.py   |  8 ++++-
 .../operators/cloud/bigquery.rst                   | 17 +++++++++++
 .../providers/google/cloud/hooks/test_bigquery.py  | 29 ++++++++++++++++++
 .../google/cloud/operators/test_bigquery.py        | 34 ++++++++++++++++++++++
 6 files changed, 115 insertions(+), 3 deletions(-)