We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mongo
Failed CI run: https://github.com/apache/airflow/actions/runs/13018061271/job/36312691670
Errors when using pymongo 4.11: FAILED providers/mongo/tests/provider_tests/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_many - TypeError: BulkOperationBuilder.add_replace() got an unexpected keyword argument 'sort' FAILED providers/mongo/tests/provider_tests/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_many_with_upsert - TypeError: BulkOperationBuilder.add_replace() got an unexpected keyword argument 'sort'
PR as workaround coming
main
any
Other
No response
breeze testing providers-tests --test-type "Providers[mongo]" --python 3.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apache Airflow Provider(s)
mongo
Versions of Apache Airflow Providers
Failed CI run:
https://github.com/apache/airflow/actions/runs/13018061271/job/36312691670
Errors when using pymongo 4.11:
FAILED providers/mongo/tests/provider_tests/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_many - TypeError: BulkOperationBuilder.add_replace() got an unexpected keyword argument 'sort'
FAILED providers/mongo/tests/provider_tests/mongo/hooks/test_mongo.py::TestMongoHook::test_replace_many_with_upsert - TypeError: BulkOperationBuilder.add_replace() got an unexpected keyword argument 'sort'
PR as workaround coming
Apache Airflow version
main
Operating System
any
Deployment
Other
Deployment details
No response
What happened
No response
What you think should happen instead
No response
How to reproduce
breeze testing providers-tests --test-type "Providers[mongo]" --python 3.12
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: