Forum Discussion
Anonymous
4 years agoNot applicable
Rest API executeQueries Python
Hello Developer Community, Context: Programming Language- Python Enviroment -Azure Databricks Authentication Type: 'acquire_token_with_client_credentials' Problem Statement: While using t...
- Anonymous4 years ago
Thank you for the reply. But i think i solved the issue by passing the body as a string value.
body = '''{ "queries": [ { "query": "EVALUATE VALUES(Merge1[Email])" } ], "serializerSettings": { "includeNulls": "true" } }'''
V-lianl-msft
Community Support
4 years agoHTTPError: 400 Client Error: Bad Request means the request you made has error. And I think the server may check some headers in the HTTP reques.
You could refer to this thread:
- Anonymous4 years agoNot applicable
Thank you for the reply. But i think i solved the issue by passing the body as a string value.
body = '''{ "queries": [ { "query": "EVALUATE VALUES(Merge1[Email])" } ], "serializerSettings": { "includeNulls": "true" } }'''