uranusjr commented on code in PR #36201:
URL: https://github.com/apache/airflow/pull/36201#discussion_r1425194566


##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -309,6 +309,28 @@ def table_partition_exists(
         except NotFound:
             return False
 
+    @GoogleBaseHook.fallback_to_default_project_id
+    def table_sequential_partition_exists(
+        self, dataset_id: str, table_id: str, partition_ids: list[str], 
project_id: str
+    ) -> bool:
+        """Check if the list of sequential partition is exist in Google 
BigQuery

Review Comment:
   ```suggestion
           """Check if the list of sequential partition is exist in Google 
BigQuery.
   
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to