-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Add HITLDetailHistory
#55952
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 HITLDetailHistory
#55952
Conversation
f87df88 to
681b9e9
Compare
jason810496
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.
Thanks for the PR! LGTM overall.
airflow-core/src/airflow/api_fastapi/core_api/datamodels/task_instances.py
Outdated
Show resolved
Hide resolved
|
I found that the test cases for the whole airflow/airflow-core/tests/unit/models/test_taskinstance.py Lines 2665 to 2666 in 681b9e9
|
bbaa9e2 to
4940d6e
Compare
Thanks! Just added |
jason810496
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.
Thanks for the update!
jason810496
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.
LGTM overall, only a small final question
airflow-core/src/airflow/api_fastapi/core_api/datamodels/task_instances.py
Outdated
Show resolved
Hide resolved
|
@Lee-W Please don't use "conventional commits" in PR titles ( |
7b7bcf7 to
c5305ca
Compare
airflow-core/src/airflow/api_fastapi/core_api/datamodels/task_instance_history.py
Show resolved
Hide resolved
|
Hey @bbovenzi , would love to check with you before we merge this one. Thanks! |
pierrejeambrun
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.
Nice!
Why
Closes: #54956
What
HITLDetailHistorymodelHITLDetailHistoryifTaskInstancehas aHITLDetailwhen recording aTaskInstanceHistoryhitl_detailto get task_instance try and get task_instance tries APIs^ 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.