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 2020/06/01 09:55:33 UTC

[airflow] branch master updated (7c0e6ed -> 7898525)

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 7c0e6ed  Don't create empty modules for plugins (#9078)
     add 7898525  Add BigQueryInsertJobOperator (#8868)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_bigquery_queries.py | 33 ++++----
 airflow/providers/google/cloud/hooks/bigquery.py   | 76 ++++++++++++++----
 .../providers/google/cloud/operators/bigquery.py   | 82 +++++++++++++++++++
 docs/howto/operator/gcp/bigquery.rst               | 37 ++++-----
 .../google/cloud/operators/test_bigquery.py        | 91 +++++++++++++++++++++-
 5 files changed, 266 insertions(+), 53 deletions(-)