Poll a Query Until Successful
db_sql_exec_poll_for_success(
statement_id,
interval = 1,
show_progress = TRUE,
host = db_host(),
token = db_token()
)String, query execution statement_id
Number of seconds between status checks.
If TRUE, show progress updates during polling (default: TRUE)
Databricks workspace URL, defaults to calling db_host().
Databricks workspace token, defaults to calling db_token().