Skip to content

Conversation

@ramitkataria
Copy link
Contributor

@ramitkataria ramitkataria commented Nov 20, 2025

Callback definitions in TaskSDK were moved to their own module in #58177 causing existing Dags using AsyncCallback to fail. Using lazy imports ensure that Dag authors are shielded from these types of changes in the future.


^ 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.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@ramitkataria ramitkataria force-pushed the ramitkataria/deadlines/callback-import-docs-update branch from 1462781 to 56740ba Compare December 4, 2025 01:12
@ramitkataria ramitkataria changed the title Update the Deadline Alerts doc about import path change Use lazy imports for callback and deadline SDK definitions Dec 4, 2025
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Jan 19, 2026
@ramitkataria ramitkataria force-pushed the ramitkataria/deadlines/callback-import-docs-update branch 2 times, most recently from 20d0376 to 318ef74 Compare January 21, 2026 23:32
Callback definitions in TaskSDK were moved to their own module in apache#58177
causing existing Dags using `AsyncCallback` to fail. Using lazy imports
ensure that Dag authors are shielded from these types of changes in the
future.
@ramitkataria ramitkataria force-pushed the ramitkataria/deadlines/callback-import-docs-update branch from 318ef74 to 664c8e9 Compare January 21, 2026 23:34
@ramitkataria
Copy link
Contributor Author

cc @ferruzzi

@github-actions github-actions bot removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Jan 22, 2026
Copy link
Contributor

@ferruzzi ferruzzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM I think, once the static checks are green

@ferruzzi ferruzzi merged commit ac84ec7 into apache:main Jan 22, 2026
100 checks passed
@ferruzzi ferruzzi deleted the ramitkataria/deadlines/callback-import-docs-update branch January 22, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants