db_libs_all_cluster_statuses {brickster} | R Documentation |
Get Status of All Libraries on All Clusters
Description
Get Status of All Libraries on All Clusters
Usage
db_libs_all_cluster_statuses(
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Arguments
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
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()
[Package brickster version 0.2.5 Index]