Uh oh!
There was an error while loading. Please reload this page.
fix MyPy type errors in api_fastapi/core_api/routes/public/* for SQLAlchemy 2 compatibility - #56813
Conversation
amoghrajesh
commented
Oct 18, 2025
@rich7420 its not very clear what "public" means, could you please update the PR title to something more meaningful? |
jason810496
left a comment
There was a problem hiding this comment.
Thanks for the PR! However, the tests still need fix, thanks!
vincbeck
left a comment
There was a problem hiding this comment.
Looks good overall! One comment and it needs to be rebased anyway
Uh oh!
There was an error while loading. Please reload this page.
7058502 to
47f538fCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rich7420
commented
Oct 22, 2025
@jason810496 Thanks for your feedback! I've modified all parts you mentioned. |
jason810496
left a comment
There was a problem hiding this comment.
Thanks for the update!
Please don't hesitate to resolve the comments that you already addressed.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Remove cast('UtcDateTime', timezone.utcnow()) as it's no longer needed
- Remove unused cast import
- This addresses reviewer feedback from vincbeck5bb1618 to
6a4783fCompare
jason810496
left a comment
There was a problem hiding this comment.
It seems like a bad rebase? Since most of the changes are missing after push.
rich7420
commented
Oct 26, 2025
Thanks for the feedback! I found many modifications were unnecessary after rebase. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: LIU ZHE YOU <68415893+jason810496@users.noreply.github.com>
vincbeck
commented
Oct 27, 2025
Static checks are failing |
vincbeck
commented
Oct 27, 2025
Error unrelated to this PR, fix available here: #57351. Merging |
Uh oh!
There was an error while loading. Please reload this page.
…lchemy 2 compatibility (apache#56813)
related: #56735
this PR is a part of this issue.
fix mypy type errors in public folder.
^ 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.