Autom3
Autom3
Yep no problem, I tried adding it myself, but I lack knowledge of how this whole project works. Thanks!
Just ran it with the latest code in develop branch but no luck. Looking into it somewhat further, I think there would need to add an exception in _get_dataset like...
Leaving this here for future reference, this is the "actual" bit of code in the mongo repo that calculates the score: https://github.com/mongodb/mongo/blob/96ad39f93f670e9e09a1e430898e3b9a8bd70f54/src/mongo/db/fts/fts_spec_legacy.cpp#L66
This is indeed still an issue for me as well, the suggested approach works. I encountered this issue due to my ansible script: ```yaml - name: Setup authorized_keys copy: dest:...
> @EmmaZhu Do you mean that this is actually a bug in the Python SDK? Is this bug tracked somewhere? The line with the bug can be found here: [https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/azure/storage/blob/_container_client_helpers.py#L160](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/storage/azure-storage-blob/azure/storage/blob/_container_client_helpers.py#L160)...