FlowFieldOperation

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

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

Additional Context of the ETL pipeline/notebook which creates the process.

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

Dataset type for AI Model - dataset process.

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

Parsed AST of the code or SQL statements that describe the logic of this process.

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

Code that ran within the process.

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

Optional error message of the flow run.

FLOW_FINISHED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>

Date and time at which this point in the data processing or orchestration finished.

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

Simple name of the folder in which this asset is contained.

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

Unique name of the folder in which this asset is contained.

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

Unique ID for this flow asset, which will remain constant throughout the lifecycle of the asset.

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

Simple name of the project in which this asset is contained.

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

Unique name of the project in which this asset is contained.

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

Simple name of the reusable grouping of operations in which this ephemeral data is contained.

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

Unique name of the reusable grouping of operations in which this ephemeral data is contained.

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

Unique ID of the flow run, which could change on subsequent runs of the same flow.

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

Schedule for this point in the data processing or orchestration.

FLOW_STARTED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>

Date and time at which this point in the data processing or orchestration started.

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

Overall status of this point in the data processing or orchestration.

PARENT_CONNECTION_PROCESS_QUALIFIED_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>
SQL: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

SQL query that ran to produce the outputs.