[Azure Tables] Check if request body exists before trying to convert it to JSON#2119
[Azure Tables] Check if request body exists before trying to convert it to JSON#2119cpiment wants to merge 9 commits intoelastic:mainfrom
Conversation
xrmx
left a comment
There was a problem hiding this comment.
Thanks, looks good. Needs a test in tests/contrib/serverless/azurefunctions/azure_functions_tests.py to avoid regressions in the future
|
Hi @xrmx , I'm developing the tests, but I have realized that the problem is that I'm using the new Python library for Azure Tables (package Should I keep tests for both libraries in |
Interesting
tests for cosmosdb need to be kept |
|
Hi @xrmx, I have just pushed the requested changes. Thanks for your help |
|
Hi @xrmx, have you had time to review the changes? I'm thinking maybe the PR should be renamed to "Support for Thanks for your help. |
|
Hi @xrmx, do you need anything else by my side? Is there any way I can help to make this change to be reviewed and (hopefully) merged? |
|
Any updates on this? |
What does this pull request do?
Checks existence of body payload in request to Azure Table service before trying to convert it into JSON, thus avoiding
TypeErrorRelated issues
Closes #2118