db_libs_all_cluster_statuses | R Documentation |
Get Status of All Libraries on All Clusters
db_libs_all_cluster_statuses(
host = db_host(),
token = db_token(),
perform_request = TRUE
)
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.