subhramit commented on PR #71976: URL: https://github.com/apache/airflow/pull/71976#issuecomment-5671343944
Hi Sameer, this requirement originally came from @arpitrathore, and given that the "needs-triage" label was removed by @eladkal, I considered the requirement valid, although you do raise a valid point. However, coming to >there does not appear to be a durable query identifier that the trigger can use to track or resume the same query after trigger serialization, restart or redistribution. I looked at `SQLExecuteQueryTrigger` before working on this, and it had the exact same property (no such identifier support). I have described more in the PR description. My question would then be, why are we allowing the provision there (and in similar one-shot triggers like `GenericTransfer`'s)? -- 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]
