-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Use dagrun instead of DagFileProcessor in backfill_job test #28724
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
Conversation
tests/jobs/test_backfill_job.py
Outdated
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.
Instead of relying on get_last_dagrun() (which can have bugs), it could be better to use SQLAlchemy directly here. There is a session pytest fixture you can use for this.
|
Also, could you do some history digging ( |
#8015 PR was related |
|
Static checks need fixing/rebase is needed. |
247a55c to
a599a9d
Compare
|
Needs rebase/fixing static checks, |
0a1147c to
fbd09d7
Compare
|
Awesome work, congrats on your first merged pull request! |
related: #23539
Fix xfail test in
tests/jobs/test_backfill_job.py::test_trigger_controller_dagtest