Get Status of All Libraries on All Clusters
db_libs_all_cluster_statuses(
host = db_host(),
token = db_token(),
perform_request = TRUE
)
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.
A status will be available for all libraries installed on clusters via the API or the libraries UI as well as libraries set to be installed on all clusters via the libraries UI.
If a library has been set to be installed on all clusters,
is_library_for_all_clusters
will be true, even if the library was
also installed on this specific cluster.
Other Libraries API:
db_libs_cluster_status()
,
db_libs_install()
,
db_libs_uninstall()