jscheffl commented on code in PR #67382:
URL: https://github.com/apache/airflow/pull/67382#discussion_r3295168406


##########
providers/airbyte/src/airflow/providers/airbyte/operators/airbyte.py:
##########
@@ -111,7 +111,7 @@ def execute(self, context: Context) -> None:
             self.log.debug("Running in deferrable mode in job state %s...", 
state)
             if state in (JobStatusEnum.RUNNING, JobStatusEnum.PENDING, 
JobStatusEnum.INCOMPLETE):
                 self.defer(
-                    timeout=self.execution_timeout,

Review Comment:
   I only set 26th as deadline for the option to cut an RC2 before next 
provider wave. RC2 is only needed for two providers, if you think you need 
another day let me know and we can also use 27th/28th. Option to negotiate is 
possible.



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