-
Notifications
You must be signed in to change notification settings - Fork 219
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 Tables] Check if request body exists before trying to convert it to JSON #2119
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
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
TypeError
Related issues
Closes #2118