Throne3d commented on issue #34207: URL: https://github.com/apache/airflow/issues/34207#issuecomment-1825124187
Hi there! I just hit into this too - would it be possible to add a note that this isn't yet supported in the meantime? It seems like the Triggerer code for this operator was never set up for a full DAG, for multiple task instance IDs, nor for a full task group, which the non-deferrable sensor is able to support. In my case, we switched a bunch of our sensors over to deferrable=True and several ExternalTaskSensors that expected to sense a whole DAG ended up failing for (initially) unclear reasons. I don't think I'm familiar enough with the Airflow code to fix this all myself, but I could submit an MR for the meantime that this isn't yet functional, so other people are aware of it! -- 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]
