Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    4 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"
      }
    }'''