View source: R/sql-query-execution.R
db_sql_exec_poll_for_success | R Documentation |
Poll a Query Until Successful
db_sql_exec_poll_for_success(
statement_id,
interval = 1,
show_progress = TRUE,
host = db_host(),
token = db_token()
)
statement_id |
String, query execution |
interval |
Number of seconds between status checks. |
show_progress |
If TRUE, show progress updates during polling (default: TRUE) |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.