-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Send context using in venv operator #41363
Conversation
|
I'm not sure what to do as I've never seen this before. |
a010011
to
002fede
Compare
Based on the error message given by #41362, I checked and it only works with |
I don't know if this is allowed. in
|
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
1652079
Compare
This reverts commit 070be7fd9e0027c883a8c8f8b0cb46d47220b781.
Co-authored-by: Elad Kalif <[email protected]>
This reverts commit 9efc8ed343556526714010670f30f70c464ec892.
1652079
to
5ac8d5f
Compare
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.rst
or{issue_number}.significant.rst
, in newsfragments.