wait_for_lib_installs | R Documentation |
Wait for Libraries to Install on Databricks Cluster
wait_for_lib_installs(
cluster_id,
polling_interval = 5,
allow_failures = FALSE,
host = db_host(),
token = db_token()
)
cluster_id |
Unique identifier of a Databricks cluster. |
polling_interval |
Number of seconds to wait between status checks |
allow_failures |
If |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
Library installs on Databricks clusters are asynchronous, this function allows you to repeatedly check installation status of each library.
Can be used to block any scripts until required dependencies are installed.
db_libs_cluster_status()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.