SapErpColumn¶
- class pyatlan.model.assets.SapErpColumn(*, typeName: str = 'SapErpColumn', attributes: SapErpColumn.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
- CALCULATION_VIEW_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
- CALCULATION_VIEW_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.
- DATABASE_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the database in which this SQL asset exists, or empty if it does not exist within a database.
- DATABASE_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the database in which this SQL asset exists, or empty if it does not exist within a database.
- DBT_MODELS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- DBT_SEED_ASSETS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- DBT_SOURCES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- DBT_TESTS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- IS_PROFILED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
Whether this asset has been profiled (true) or not (false).
- LAST_PROFILED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Time (epoch) at which this asset was last profiled, in milliseconds.
- QUERY_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Number of times this asset has been queried.
- QUERY_COUNT_UPDATED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Time (epoch) at which the query count was last updated, in milliseconds.
- QUERY_USER_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Number of unique users who have queried this asset.
- QUERY_USER_MAP: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Map of unique users who have queried this asset to the number of times they have queried it.
- SAP_COMPONENT_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Name of the SAP component, representing a specific functional area in SAP.
- SAP_DATA_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
SAP-specific data types
- SAP_ERP_CDS_VIEW: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- SAP_ERP_CDS_VIEW_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the SAP ERP CDS view in which this column asset exists.
- SAP_ERP_CDS_VIEW_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Unique name of the SAP ERP CDS view in which this column asset exists.
- SAP_ERP_COLUMN_DATA_ELEMENT: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Represents the SAP ERP data element, providing semantic information about the column.
- SAP_ERP_COLUMN_DECIMALS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Defines the number of decimal places allowed for numeric values in the SAP ERP column.
- SAP_ERP_COLUMN_IS_FOREIGN: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
When true, this column is the foreign key for the SAP ERP table or view.
- SAP_ERP_COLUMN_IS_MANDATORY: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
When true, the values in this column can be null.
- SAP_ERP_COLUMN_IS_PRIMARY: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
When true, this column is the primary key for the SAP ERP table or view.
- SAP_ERP_COLUMN_LENGTH: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Indicates the maximum length of the values that the SAP ERP column can store.
- SAP_ERP_COLUMN_LOGICAL_DATA_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Specifies the logical data type of values in this SAP ERP column
- SAP_ERP_TABLE: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- SAP_ERP_TABLE_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the SAP ERP table in which this column asset exists.
- SAP_ERP_TABLE_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Unique name of the SAP ERP table in which this SQL asset exists.
- SAP_ERP_VIEW: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- SAP_ERP_VIEW_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the SAP ERP view in which this column asset exists.
- SAP_ERP_VIEW_QUALIFIED_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Unique name of the SAP ERP view in which this column asset exists.
- SAP_FIELD_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Represents the total number of fields, columns, or child assets present in a given SAP asset.
- SAP_FIELD_ORDER: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Indicates the sequential position of a field, column, or child asset within its parent SAP asset, starting from 1.
- SAP_LOGICAL_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Logical, business-friendly identifier for SAP data objects, aligned with business terminology and concepts.
- SAP_PACKAGE_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Name of the SAP package, representing a logical grouping of related SAP data objects.
- SAP_TECHNICAL_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Technical identifier for SAP data objects, used for integration and internal reference.
- SCHEMA_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
- SCHEMA_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.
- SQL_DBT_MODELS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- SQL_DBT_SOURCES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- TABLE_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the table in which this SQL asset exists, or empty if it does not exist within a table.
- TABLE_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the table in which this SQL asset exists, or empty if it does not exist within a table.
- VIEW_NAME: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>¶
Simple name of the view in which this SQL asset exists, or empty if it does not exist within a view.
- VIEW_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Unique name of the view in which this SQL asset exists, or empty if it does not exist within a view.