Hey, been using the library for a while now, love it, thanks for the good work.
Trying to implement retry at the notebook level, Databricks have parameters for it you can change in the UI that appear like this in the json:
{
"task_key": "databricks_lol__champion_builds__champion_builds_gold_0",
...
"max_retries": 2,
"min_retry_interval_millis": 60000,
"retry_on_timeout": true,
"timeout_seconds": 1200,
}
I'm unable to set those parameters with astro_databricks
Thanks in advance