ozerpekozcan commented on issue #48796: URL: https://github.com/apache/airflow/issues/48796#issuecomment-2787091770
I also tried using MSGraphSensor but this time it failed on TimeDeltaTrigger. from airflow.providers.common.compat.standard.triggers import TimeDeltaTrigger should it be this? from airflow.triggers.temporal import TimeDeltaTrigger -- 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]
