task_variable
TaskVariable ¶
Bases: TaskVariableTransport
TaskVariable object to interact with task variables specific data integration endpoints.
task_instance_id
property
¶
Returns task instance id for given task variable.
Returns:
-
str
–Task instance id of task variable.
dynamic_variable_op_type
class-attribute
instance-attribute
¶
dynamic_data_source_id
class-attribute
instance-attribute
¶
default_settings
class-attribute
instance-attribute
¶
from_transport
classmethod
¶
Creates high-level task variable object from the given TaskVariableTransport.
Parameters:
-
client
(Client
) –Client to use to make API calls for given job.
-
task_variable_transport
(TaskVariableTransport
) –TaskVariableTransport object containing properties of task.
Returns:
-
TaskVariable
–A TaskVariable object with properties from transport and given client.
update ¶
Pushes local changes of task variable to EMS and updates properties with response from EMS.