amoghrajesh commented on PR #71492: URL: https://github.com/apache/airflow/pull/71492#issuecomment-5267008583
@eladkal durable is a plain, unconditional parameter on `KubernetesPodOperator.__init__`- no version check guards it, so functionally or documentation wise its not suggested but it's can potentially be provided. So in practice, `durable=True` on Airflow 3.1 does exactly what `reattach_on_restart=True` did -- 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]
