-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move BaseSensor out of core and in to TaskSDK definitions #45743
Labels
affected_version:3.0.0beta
For all 3.0.0 beta releases
area:core-operators
Operators, Sensors and hooks within Core Airflow
Comments
Related: #45823 |
2 tasks
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 25, 2025
3 tasks
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 25, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 25, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 25, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 25, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 25, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 26, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 26, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 26, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 26, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 26, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 27, 2025
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Mar 28, 2025
pankajkoti
pushed a commit
to astronomer/airflow
that referenced
this issue
Mar 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affected_version:3.0.0beta
For all 3.0.0 beta releases
area:core-operators
Operators, Sensors and hooks within Core Airflow
airflow.sensors.base.BaseSensor
needs to live in the Task SDK asairflow.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)The text was updated successfully, but these errors were encountered: