You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/26 07:44:38 UTC

[GitHub] [airflow] TobKed commented on a change in pull request #13896: Fix and improve GCP BigTable hook and system test

TobKed commented on a change in pull request #13896:
URL: https://github.com/apache/airflow/pull/13896#discussion_r564303634



##########
File path: airflow/providers/google/cloud/example_dags/example_bigtable.py
##########
@@ -105,7 +105,7 @@
         instance_type=int(CBT_INSTANCE_TYPE),
         instance_labels=json.loads(CBT_INSTANCE_LABELS),
         cluster_nodes=int(CBT_CLUSTER_NODES),
-        cluster_storage_type=int(CBT_CLUSTER_STORAGE_TYPE),
+        cluster_storage_type=int(int(CBT_CLUSTER_STORAGE_TYPE)),

Review comment:
       Of course it is mistake. Thank you for pointing this out




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org