I’m trying to trigger an Azure Databricks job from Power Automate using the Azure Databricks connector with OAuth authentication, but the flow fails during testing.
Environment / Setup
- Connector Used: Azure Databricks
- Authentication Type: OAuth Connection (AAD)
- Access Tokens: Disabled by admin (cannot use PAT)
- Server Hostname:
adb-xxxxxxxx.xx.azuredatabricks.net - HTTP Path (SQL Warehouse):
/sql/1.0/warehouses/xxxxxxxxxxxx
Flow Design
My flow is very simple:
- Trigger: Manually trigger a flow
- Action: Azure Databricks → Trigger a new job run
Problem
When I save and test the flow, it fails with the following error:
ResponseSwaggerSchemaValidationFailure
The API 'databricks' returned an invalid response for workflow operation 'Trigger_a_new_job_run' of type 'OpenApiConnection'.
Error details:
The API operation 'JobsRunNow' requires the property 'body/error_code' to be of type 'String' but is of type 'Integer'
Observations
- OAuth connection is successful
- Job ID is valid
- Failure occurs only when running the flow
- Error appears related to response schema validation, not authentication
Questions
- Has anyone encountered this SwaggerSchemaValidationFailure with the Databricks connector?
- Does the SQL Warehouse HTTP Path affect job execution APIs like JobsRunNow?
- Could this be due to a connector schema mismatch or Databricks API response change?
- Is there a recommended approach to trigger Databricks jobs when PAT tokens are disabled?
Any guidance or troubleshooting suggestions would be greatly appreciated.
Thanks in advance!

Report
All responses (
Answers (