snowflake.core.image_repository.ImageRepositoryResource

class snowflake.core.image_repository.ImageRepositoryResource(name: str, collection: ImageRepositoryCollection)

Bases: SchemaObjectReferenceMixin[ImageRepositoryCollection]

A reference to an Image Repository in Snowflake.

Attributes

database
fully_qualified_name
root
schema

Methods

__init__(name: str, collection: ImageRepositoryCollection)
delete() None

Delete the image repository from Snowflake.

fetch() ImageRepositoryModel

Fetch the image repository details from Snowflake.