TaskRunLineageSummary¶
-
class
oci.data_integration.models.
TaskRunLineageSummary
(**kwargs)¶ Bases:
object
The information about TaskRunLineage.
Attributes
TASK_EXECUTION_STATUS_ERROR
A constant which can be used with the task_execution_status property of a TaskRunLineageSummary. TASK_EXECUTION_STATUS_SUCCESS
A constant which can be used with the task_execution_status property of a TaskRunLineageSummary. TASK_EXECUTION_STATUS_TERMINATED
A constant which can be used with the task_execution_status property of a TaskRunLineageSummary. description
Gets the description of this TaskRunLineageSummary. flow
Gets the flow of this TaskRunLineageSummary. is_lineage_gen_completed
Gets the is_lineage_gen_completed of this TaskRunLineageSummary. key
Gets the key of this TaskRunLineageSummary. metadata
Gets the metadata of this TaskRunLineageSummary. model_type
Gets the model_type of this TaskRunLineageSummary. model_version
Gets the model_version of this TaskRunLineageSummary. name
Gets the name of this TaskRunLineageSummary. object_version
Gets the object_version of this TaskRunLineageSummary. parent_ref
Gets the parent_ref of this TaskRunLineageSummary. task_execution_status
Gets the task_execution_status of this TaskRunLineageSummary. task_key
Gets the task_key of this TaskRunLineageSummary. task_name
Gets the task_name of this TaskRunLineageSummary. task_type
Gets the task_type of this TaskRunLineageSummary. Methods
__init__
(**kwargs)Initializes a new TaskRunLineageSummary 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 TaskRunLineageSummary. 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 TaskRunLineageSummary. 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 TaskRunLineageSummary. This constant has a value of “TERMINATED”
-
__init__
(**kwargs)¶ Initializes a new TaskRunLineageSummary 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 TaskRunLineageSummary.
- model_type (str) – The value to assign to the model_type property of this TaskRunLineageSummary.
- model_version (str) – The value to assign to the model_version property of this TaskRunLineageSummary.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this TaskRunLineageSummary.
- name (str) – The value to assign to the name property of this TaskRunLineageSummary.
- description (str) – The value to assign to the description property of this TaskRunLineageSummary.
- object_version (int) – The value to assign to the object_version property of this TaskRunLineageSummary.
- task_name (str) – The value to assign to the task_name property of this TaskRunLineageSummary.
- task_type (str) – The value to assign to the task_type property of this TaskRunLineageSummary.
- task_key (str) – The value to assign to the task_key property of this TaskRunLineageSummary.
- is_lineage_gen_completed (bool) – The value to assign to the is_lineage_gen_completed property of this TaskRunLineageSummary.
- task_execution_status (str) – The value to assign to the task_execution_status property of this TaskRunLineageSummary. 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 TaskRunLineageSummary.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this TaskRunLineageSummary.
-
description
¶ Gets the description of this TaskRunLineageSummary. Detailed description for the object.
Returns: The description of this TaskRunLineageSummary. Return type: str
-
flow
¶ Gets the flow of this TaskRunLineageSummary.
Returns: The flow of this TaskRunLineageSummary. Return type: oci.data_integration.models.DataFlow
-
is_lineage_gen_completed
¶ Gets the is_lineage_gen_completed of this TaskRunLineageSummary. This value is used to track if lineage generation for a task is completed or not.
Returns: The is_lineage_gen_completed of this TaskRunLineageSummary. Return type: bool
-
key
¶ Gets the key of this TaskRunLineageSummary. The object key.
Returns: The key of this TaskRunLineageSummary. Return type: str
-
metadata
¶ Gets the metadata of this TaskRunLineageSummary.
Returns: The metadata of this TaskRunLineageSummary. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this TaskRunLineageSummary. The object type.
Returns: The model_type of this TaskRunLineageSummary. Return type: str
-
model_version
¶ Gets the model_version of this TaskRunLineageSummary. The object’s model version.
Returns: The model_version of this TaskRunLineageSummary. Return type: str
-
name
¶ Gets the name of this TaskRunLineageSummary. 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 TaskRunLineageSummary. Return type: str
-
object_version
¶ Gets the object_version of this TaskRunLineageSummary. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this TaskRunLineageSummary. Return type: int
-
parent_ref
¶ Gets the parent_ref of this TaskRunLineageSummary.
Returns: The parent_ref of this TaskRunLineageSummary. Return type: oci.data_integration.models.ParentReference
-
task_execution_status
¶ Gets the task_execution_status of this TaskRunLineageSummary. 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 TaskRunLineageSummary. Return type: str
-
task_key
¶ Gets the task_key of this TaskRunLineageSummary. The object key.
Returns: The task_key of this TaskRunLineageSummary. Return type: str
-
task_name
¶ Gets the task_name of this TaskRunLineageSummary. Task name
Returns: The task_name of this TaskRunLineageSummary. Return type: str
-
task_type
¶ Gets the task_type of this TaskRunLineageSummary. Task name
Returns: The task_type of this TaskRunLineageSummary. Return type: str
-