Get Status of Libraries on Cluster
db_libs_cluster_status(
cluster_id,
host = db_host(),
token = db_token(),
perform_request = TRUE
)Unique identifier of a Databricks cluster.
Databricks workspace URL, defaults to calling db_host().
Databricks workspace token, defaults to calling db_token().
If TRUE (default) the request is performed, if
FALSE the httr2 request is returned without being performed.
wait_for_lib_installs()
Other Libraries API:
db_libs_all_cluster_statuses(),
db_libs_install(),
db_libs_uninstall()