TaskRunLineageDetails¶
-
class
oci.data_integration.models.
TaskRunLineageDetails
(**kwargs)¶ Bases:
object
The task lineage object provides information on the lineage information of a task after execution.
Attributes
TASK_EXECUTION_STATUS_ERROR
A constant which can be used with the task_execution_status property of a TaskRunLineageDetails. TASK_EXECUTION_STATUS_SUCCESS
A constant which can be used with the task_execution_status property of a TaskRunLineageDetails. TASK_EXECUTION_STATUS_TERMINATED
A constant which can be used with the task_execution_status property of a TaskRunLineageDetails. description
Gets the description of this TaskRunLineageDetails. flow
Gets the flow of this TaskRunLineageDetails. is_lineage_gen_completed
Gets the is_lineage_gen_completed of this TaskRunLineageDetails. key
Gets the key of this TaskRunLineageDetails. metadata
Gets the metadata of this TaskRunLineageDetails. model_type
Gets the model_type of this TaskRunLineageDetails. model_version
Gets the model_version of this TaskRunLineageDetails. name
Gets the name of this TaskRunLineageDetails. object_version
Gets the object_version of this TaskRunLineageDetails. parent_ref
Gets the parent_ref of this TaskRunLineageDetails. task_execution_status
Gets the task_execution_status of this TaskRunLineageDetails. task_key
Gets the task_key of this TaskRunLineageDetails. task_name
Gets the task_name of this TaskRunLineageDetails. task_type
Gets the task_type of this TaskRunLineageDetails. Methods
__init__
(**kwargs)Initializes a new TaskRunLineageDetails object with values from keyword arguments. -
TASK_EXECUTION_STATUS_ERROR
= 'ERROR'¶ A constant which can be used with the task_execution_status property of a TaskRunLineageDetails. This constant has a value of “ERROR”
-
TASK_EXECUTION_STATUS_SUCCESS
= 'SUCCESS'¶ A constant which can be used with the task_execution_status property of a TaskRunLineageDetails. This constant has a value of “SUCCESS”
-
TASK_EXECUTION_STATUS_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the task_execution_status property of a TaskRunLineageDetails. This constant has a value of “TERMINATED”
-
__init__
(**kwargs)¶ Initializes a new TaskRunLineageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this TaskRunLineageDetails.
- model_type (str) – The value to assign to the model_type property of this TaskRunLineageDetails.
- model_version (str) – The value to assign to the model_version property of this TaskRunLineageDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this TaskRunLineageDetails.
- name (str) – The value to assign to the name property of this TaskRunLineageDetails.
- description (str) – The value to assign to the description property of this TaskRunLineageDetails.
- object_version (int) – The value to assign to the object_version property of this TaskRunLineageDetails.
- task_name (str) – The value to assign to the task_name property of this TaskRunLineageDetails.
- task_type (str) – The value to assign to the task_type property of this TaskRunLineageDetails.
- task_key (str) – The value to assign to the task_key property of this TaskRunLineageDetails.
- is_lineage_gen_completed (bool) – The value to assign to the is_lineage_gen_completed property of this TaskRunLineageDetails.
- task_execution_status (str) – The value to assign to the task_execution_status property of this TaskRunLineageDetails. Allowed values for this property are: “SUCCESS”, “ERROR”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- flow (oci.data_integration.models.DataFlow) – The value to assign to the flow property of this TaskRunLineageDetails.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this TaskRunLineageDetails.
-
description
¶ Gets the description of this TaskRunLineageDetails. Detailed description for the object.
Returns: The description of this TaskRunLineageDetails. Return type: str
-
flow
¶ Gets the flow of this TaskRunLineageDetails.
Returns: The flow of this TaskRunLineageDetails. Return type: oci.data_integration.models.DataFlow
-
is_lineage_gen_completed
¶ Gets the is_lineage_gen_completed of this TaskRunLineageDetails. This value is used to track if lineage generation for a task is completed or not.
Returns: The is_lineage_gen_completed of this TaskRunLineageDetails. Return type: bool
-
key
¶ Gets the key of this TaskRunLineageDetails. The object key.
Returns: The key of this TaskRunLineageDetails. Return type: str
-
metadata
¶ Gets the metadata of this TaskRunLineageDetails.
Returns: The metadata of this TaskRunLineageDetails. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this TaskRunLineageDetails. The object type.
Returns: The model_type of this TaskRunLineageDetails. Return type: str
-
model_version
¶ Gets the model_version of this TaskRunLineageDetails. The object’s model version.
Returns: The model_version of this TaskRunLineageDetails. Return type: str
-
name
¶ Gets the name of this TaskRunLineageDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this TaskRunLineageDetails. Return type: str
-
object_version
¶ Gets the object_version of this TaskRunLineageDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this TaskRunLineageDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this TaskRunLineageDetails.
Returns: The parent_ref of this TaskRunLineageDetails. Return type: oci.data_integration.models.ParentReference
-
task_execution_status
¶ Gets the task_execution_status of this TaskRunLineageDetails. The status of the task run.
Allowed values for this property are: “SUCCESS”, “ERROR”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The task_execution_status of this TaskRunLineageDetails. Return type: str
-
task_key
¶ Gets the task_key of this TaskRunLineageDetails. The object key.
Returns: The task_key of this TaskRunLineageDetails. Return type: str
-
task_name
¶ Gets the task_name of this TaskRunLineageDetails. Task name
Returns: The task_name of this TaskRunLineageDetails. Return type: str
-
task_type
¶ Gets the task_type of this TaskRunLineageDetails. Task name
Returns: The task_type of this TaskRunLineageDetails. Return type: str
-