potiuk commented on PR #42971: URL: https://github.com/apache/airflow/pull/42971#issuecomment-2409665725
> try: > from airflow.providers.standard.operators.python import PythonOperator > except ImportError: > from airflow.operators.python import PythonOperator Yeah. that pattern is fine - just "dev" override is problematic and hopefully we will fix it soon with #42985 -- 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]
