Get Status of All Libraries on All Clusters
Arguments
- host
Databricks workspace URL, defaults to calling
db_host()
.- token
Databricks workspace token, defaults to calling
db_token()
.- perform_request
If
TRUE
(default) the request is performed, ifFALSE
the httr2 request is returned without being performed.
Details
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.
See also
Other Libraries API:
db_libs_cluster_status()
,
db_libs_install()
,
db_libs_uninstall()