databricks/databricks-cli

add sql_params to JobsApi.run_now

Closed this issue · 3 comments

SQL tasks that accept parameters require the sql_params parameter in the request which currently the cli does not support.

If you're using this package as SDK, please take a look at https://github.com/databricks/databricks-sdk-py.

The SDK package has complete API coverage and includes sql_params.

Thanks, that should do it.
Should I leave the issue open (to add support for sql_params in the cli)?

No need. For the CLI we're focusing on https://github.com/databricks/cli where this parameter can already be specified.