SameerMesiah97 commented on code in PR #70103:
URL: https://github.com/apache/airflow/pull/70103#discussion_r3779009509
##########
providers/snowflake/src/airflow/providers/snowflake/operators/snowpark_containers.py:
##########
@@ -248,20 +247,29 @@ def execute(self, context: Context) -> str:
if not self.wait_for_completion:
return self.job_name
if self.deferrable:
Review Comment:
I would add a comment here explaining the interaction of `execution_timeout`
and `timeout` i.e. that the former takes precedence over the latter if both are
present.
--
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]