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 2021/02/10 18:29:31 UTC

[airflow] branch master updated (e423e38 -> 7faa2d9)

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 e423e38  Log migrations info in consistent way (#14158)
     add 7faa2d9  Add BigQueryUpdateTableOperator (#14149)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_bigquery_operations.py    | 25 +++++-
 .../providers/google/cloud/operators/bigquery.py   | 97 +++++++++++++++++++++-
 .../operators/cloud/bigquery.rst                   | 17 ++++
 docs/spelling_wordlist.txt                         |  1 +
 .../google/cloud/operators/test_bigquery.py        | 23 +++++
 5 files changed, 157 insertions(+), 6 deletions(-)