Databricks SDK for JavaScript
    Preparing search index...
    Index

    Constructors

    Methods

    • Gets an array of available authentication providers. The caller must either be a metastore admin, have the USE_PROVIDER privilege on the providers, or be the owner of the providers. Providers not owned by the caller and for which the caller does not have the USE_PROVIDER privilege are not included in the response. There is no guarantee of a specific ordering of the elements in the array.

      Parameters

      Returns Promise<ListProvidersResponse>

    • Updates the share with the changes and data objects in the request. The caller must be the owner of the share or a metastore admin.

      When the caller is a metastore admin, only the owner field can be updated.

      In the case the share name is changed, updateShare requires that the caller is the owner of the share and has the CREATE_SHARE privilege.

      If there are notebook files in the share, the storage_root field cannot be updated.

      For each table that is added through this method, the share owner must also have SELECT privilege on the table. This privilege must be maintained indefinitely for recipients to be able to access the table. Typically, you should use a group as the share owner.

      Table removals through update do not require additional privileges.

      Parameters

      Returns Promise<ShareInfo>