Uh oh!
There was an error while loading. Please reload this page.
Send context using in venv operator - #41363
Conversation
|
phi-friday
commented
Aug 9, 2024
I'm not sure what to do as I've never seen this before. |
a010011 to
002fedeCompareBased on the error message given by #41362, I checked and it only works with |
I don't know if this is allowed. in |
potiuk
commented
Aug 11, 2024
Ah yes. This is because serialization uses Pydantic currently to serialize DB models that are part of the context and that requires Pydantic v2 to be installed. I'd say we should make this feature only available if Pydantic2 is installed (with approproate documentation and error messages) - and skip the tests if Pydantic 2 is not installed. |
002fede to
1652079CompareThis reverts commit 070be7fd9e0027c883a8c8f8b0cb46d47220b781.
This reverts commit 9efc8ed343556526714010670f30f70c464ec892.
1652079 to
5ac8d5fComparephi-friday
commented
Aug 12, 2024
If AIP44 is not enabled, an error is thrown. |
origin: #41039
related: #41362
^ 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 newsfragments.