-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Add Listener hooks for Datasets #34418
Conversation
f2e3419
to
e8d2159
Compare
Some tests shoudl be marked as DB tests- see the error and link describing what needs to be done. |
got it. will take a look |
One question - on which Airflow component (scheduler, worker...) datasets are updated? It would be nice to add this to docstring, probably for the rest of the methods (in some separate PR). For now it's only mentioned here. |
i can be wrong due to the lack of knowledge, but afaiu scheduler is responsible for creating new datasets and workers for updating them. |
This PR creates listener hooks for the following Dataset events
closes: #34327
^ 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 newsfragments.