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.
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>
* 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>
* 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>
* 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.