microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 30 forks source link

max_retries #32

Open johnjustin opened 3 years ago

johnjustin commented 3 years ago

By default the execute Databricks notebook task applies a default retry of 1 , is it possible to change this ? I would like to set it to 0 for some of my executions.

johnjustin commented 3 years ago

I noticed there was an option to override by passing notebook parameter and tried {\"max_retries\": 0} but get an error on execution SyntaxError: Unexpected token \ in JSON at position 1 any suggestion would be appreciated - thanks