-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
update smart sensor docs and minor fix on is_smart_sensor_compatible() #22386
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
855972e
to
51d6d4f
Compare
db7c4cf
to
c99993e
Compare
Random failure. Merging. |
Awesome work, congrats on your first merged pull request! |
Even though smart sensor feature was deprecated and planned to be removed on version 2.4, the fact that sensor tasks with any callback arguments are not compatible with smart sensor, has to be noticed on the official docs.