-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Remove documentation on TimeDeltaSensorAsync #59651
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
Remove documentation on TimeDeltaSensorAsync #59651
Conversation
|
@Subham-KRLX, I think we want this to only be a docs change, correct? |
f53d213 to
1934db4
Compare
|
@fritz-astronomer @jroachgolf84 - Rebased to docs-only change. Added link to deferring docs as suggested and removed all unrelated commits. Ready for review. |
First make sure all the tests pass. |
…rence - Remove separate TimeDeltaSensorAsync documentation section - Add reference to official deferring documentation - Show both sync and deferrable examples using TimeDeltaSensor Related: apache#59644
9dfda00 to
248e413
Compare
248e413 to
6710871
Compare
jroachgolf84
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a committer, but this looks good to me. Thanks for doing this!
|
I have synced the branch with main and applied the requested documentation updates: removed the |
* docs: improve TimeDeltaSensor documentation with deferrable mode reference - Remove separate TimeDeltaSensorAsync documentation section - Add reference to official deferring documentation - Show both sync and deferrable examples using TimeDeltaSensor Related: apache#59644 * docs: remove TimeDeltaSensorAsync documentation --------- Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
Remove deprecated TimeDeltaSensorAsync class
Removes
TimeDeltaSensorAsyncclass which was deprecated in favor of the standard TimeDeltaSensor(deferrable=True) pattern used by other Airflow sensors.Changes:
TimeDeltaSensorAsyncclass and exportscloses: #59644
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.