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 2022/11/16 01:21:44 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #27683: Deferrable mode for BigQueryToGCSOperator

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


##########
airflow/providers/google/cloud/transfers/bigquery_to_gcs.py:
##########
@@ -132,6 +135,8 @@ def __init__(
         self.force_rerun = force_rerun
         self.reattach_states: set[str] = reattach_states or set()
         self.hook: BigQueryHook | None = None
+        self.deferrable = deferrable
+        self.configuration: dict = {}

Review Comment:
   Why is this needed? From what I can tell you can simply pass `configuration` as an argument to `_submit_job`.



-- 
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: commits-unsubscribe@airflow.apache.org

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