-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Azure Data Tables: Batch processing throwing ResourceNotFound on aio libraries #17093
Comments
Thanks for the report @verikono! We'll investigate ASAP :) |
Thanks for reporting this @verikono ! Currently, the batch operations cannot be done with SAS credentials. I am working on a fix for this, in the meantime if you need a work around you can use authentication with a key and batching operations should work fine. I will update this issue with more information. |
Good news update, I was able to get a solution to your problem with #17133 . In short you'll need to wrap the token with |
Thanks Sean! My manager will be thoroughly amazed that we got a response and solution so fast - thank you so much for your effort ! :) |
Fixes customer reported #17093 I added two more tests, fixed sas tests to wrap with `AzureSasCredential`
Thanks @seankane-msft ! |
Describe the bug
Batch processing fails throwing a ResourceNotFoundError
To Reproduce
Expected behavior
3 rows should appear in the target datatable
test_ms.zip
The text was updated successfully, but these errors were encountered: