All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.catalog.SystemSchemasService Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.catalog;

import com.databricks.sdk.support.Generated;

/**
 * A system schema is a schema that lives within the system catalog. A system schema may contain
 * information about customer usage of Unity Catalog such as audit-logs, billing-logs, lineage
 * information, etc.
 *
 * 

This is the high-level interface, that contains generated methods. * *

Evolving: this interface is under development. Method signatures may change. */ @Generated public interface SystemSchemasService { /** * Disable a system schema. * *

Disables the system schema and removes it from the system catalog. The caller must be an * account admin or a metastore admin. */ void disable(DisableRequest disableRequest); /** * Enable a system schema. * *

Enables the system schema and adds it to the system catalog. The caller must be an account * admin or a metastore admin. */ void enable(EnableRequest enableRequest); /** * List system schemas. * *

Gets an array of system schemas for a metastore. The caller must be an account admin or a * metastore admin. */ ListSystemSchemasResponse list(ListSystemSchemasRequest listSystemSchemasRequest); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy