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 2019/12/16 18:50:49 UTC

[GitHub] [airflow] EmilyMazo commented on a change in pull request #6713: Add some r/w functionality to GCP Bigtable Hook

EmilyMazo commented on a change in pull request #6713: Add some r/w functionality to GCP Bigtable Hook
URL: https://github.com/apache/airflow/pull/6713#discussion_r358403411
 
 

 ##########
 File path: airflow/gcp/hooks/bigtable.py
 ##########
 @@ -276,3 +278,58 @@ def get_cluster_states_for_table(instance: Instance, table_id: str) -> Dict[str,
 
         table = Table(table_id, instance)
         return table.get_cluster_states()
+
+    def create_rowkey_regex_filter(self, regex):
 
 Review comment:
   This helper (and the new one like it) is only used outside the Hook, for creating RowFilter objects that can be passed in to the `check_and_mutate_row` method.

----------------------------------------------------------------
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


With regards,
Apache Git Services