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/12/30 10:58:24 UTC

[airflow] branch main updated (ac9f29d -> af4a2b0)

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

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


    from ac9f29d  Fix slow DAG deletion due to missing ``dag_id`` index for job table (#20282)
     add af4a2b0  Fix big query to mssql/mysql transfer issues (#20001)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/bigquery.py   |  9 ++-
 .../google/cloud/transfers/bigquery_to_mssql.py    | 69 +++++++++-------------
 .../google/cloud/transfers/bigquery_to_mysql.py    | 62 +++++++------------
 .../google/cloud/utils/bigquery_get_data.py        | 56 ++++++++++++++++++
 docs/spelling_wordlist.txt                         |  1 +
 .../cloud/transfers/test_bigquery_to_mssql.py      | 15 +++--
 6 files changed, 121 insertions(+), 91 deletions(-)
 create mode 100644 airflow/providers/google/cloud/utils/bigquery_get_data.py