dabla commented on code in PR #53009: URL: https://github.com/apache/airflow/pull/53009#discussion_r2192491425
########## providers/microsoft/azure/src/airflow/providers/microsoft/azure/operators/msgraph.py: ########## @@ -35,6 +37,21 @@ from airflow.providers.microsoft.azure.version_compat import BaseOperator from airflow.utils.xcom import XCOM_RETURN_KEY +try: + from airflow.triggers.base import StartTriggerArgs +except ImportError: + # TODO: Remove this when min airflow version is 2.10.0 for standard provider Review Comment: copy/pasta error :) -- 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]
