ashb opened a new issue, #46803: URL: https://github.com/apache/airflow/issues/46803
`airflow.sensors.base.BaseSensor` needs to live in the Task SDK as `airflow.sdk.definitions.sensors.BaseSensor`, and all of the providers need to be adjusted to conditionally import from TaskSDK if they can. (I'm not sure if we've done the equivalent of this second part yet for BaseOperator etc. If we haven't they we shouldn't do it for base sensor, but instead make `airflow.sensors.base` "re-export" the BaseSensor from the TaskSDK module for now) -- 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]
