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/08/24 09:45:42 UTC

[airflow] branch master updated (3a53039 -> b0598b5)

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 3a53039  GitHub Registry is now lowercase (#10489)
     add b0598b5  Add support for creating multiple replicated clusters in Bigtable hook and operator (#10475)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/bigtable.py   | 22 ++++-
 .../providers/google/cloud/operators/bigtable.py   | 12 ++-
 .../providers/google/cloud/hooks/test_bigtable.py  | 96 ++++++++++++++++++++++
 .../google/cloud/operators/test_bigtable.py        | 65 +++++++++++++++
 4 files changed, 191 insertions(+), 4 deletions(-)