snowflake.core.schema.SchemaResource

class snowflake.core.schema.SchemaResource(name: str, collection: SchemaCollection)

Bases: ObjectReferenceMixin[SchemaCollection]

Attributes

cortex_search_services
database
image_repositories
root
services
tables
tasks

Methods

__init__(name: str, collection: SchemaCollection) None
create_or_update(schema: ModelSchemaModel) SchemaResource

Create or update a schema in Snowflake.

delete() None

Delete this Schema.

fetch() ModelSchemaModel