Wait for Libraries to Install on Databricks Cluster
Arguments
- cluster_id
Unique identifier of a Databricks cluster.
- polling_interval
Number of seconds to wait between status checks
- allow_failures
If
FALSE
(default) will error if any libraries status isFAILED
. WhenTRUE
anyFAILED
installs will be presented as a warning.- host
Databricks workspace URL, defaults to calling
db_host()
.- token
Databricks workspace token, defaults to calling
db_token()
.
Details
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.