SnowflakeStage¶
- class pyatlan.model.assets.SnowflakeStage(*, typeName: str = 'SnowflakeStage', attributes: SnowflakeStage.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: RelationshipAttributes | Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]¶
Description
- SNOWFLAKE_STAGE_EXTERNAL_LOCATION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
The URL or cloud storage path specifying the external location where the stage data files are stored. This is NULL for internal stages.
- SNOWFLAKE_STAGE_EXTERNAL_LOCATION_REGION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
The geographic region identifier where the external stage is located in cloud storage. This is NULL for internal stages.
- SNOWFLAKE_STAGE_STORAGE_INTEGRATION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
The name of the storage integration associated with the stage; NULL for internal stages or stages that do not use a storage integration.
- SNOWFLAKE_STAGE_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Categorization of the stage type in Snowflake, which can be ‘Internal Named’ or ‘External Named’, indicating whether the stage storage is within Snowflake or in external cloud storage.
- SQL_STAGE_SCHEMA: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC