Procedure

class pyatlan.model.assets.Procedure(*, typeName: str = 'Procedure', attributes: Procedure.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

ATLAN_SCHEMA: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC

DEFINITION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

SQL definition of the procedure.

SQL_ARGUMENTS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

List of procedure arguments with name and type information.

SQL_CATALOG_ID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Internal ID for the database containing the procedure.

SQL_EXTERNAL_ACCESS_INTEGRATIONS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Names of external access integrations used by the procedure.

SQL_INSTALLED_PACKAGES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Packages actually installed for the procedure.

SQL_LANGUAGE: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Programming language used for the procedure (e.g., SQL, JavaScript, Python, Scala).

SQL_OWNER_ROLE_TYPE: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Type of role that owns the procedure.

SQL_PACKAGES: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Packages requested by the procedure.

SQL_PROCEDURE_RETURN: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Detailed information about the procedure’s return type.

SQL_PROCESSES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>

TBC

SQL_RUNTIME_VERSION: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>

Version of the language runtime used by the procedure.

SQL_SCHEMA_ID: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Internal ID for the schema containing the procedure.

SQL_SECRETS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>

Secret variables used by the procedure.