Update Transformation
Updates the specified transformations object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The key TransformationName
Body
The transformations entity to update.
The name of the Transformation.
The id of the Transformation.
The id of the Workspace.
The destination connection, usually it is a value of Connection Name.
Whether to run the transformation on a schedule or after a job. Defaults to None.
The specified job the transformation will run after.
The specified job the transformation will run after.
The type of specified job the transformation will run after.
A comma separated list of Task Ids.
The scheduler cron string.
Set this to true to send email notifications after transformation is completed, default is false.
The email address where notifications will be sent to.
The email subject for notifications.
Send the error message only.
The log verbosity level of the job, where 0 represents None, 1 represents Error, 2 represents Info, 3 represents Transfer, and 5 represents Verbose, default is 0.
The version number of row information.
Controls the timeout for the connections, default is 300.
Whether retry failed tasks, default is true.
The project path of DBT Transformation.
The schema of DBT Transformation.
The type of Transformation, default is Transformation.
The threads count of DBT,default is 4.
The type of DBT project, default is local.
The URL of the Git repository where project resides.
The token of accessing Git.
The trigger of after job, default is false.
Set this to true to the job can be executed according to a specific scheduler, default is false.
The historyId of Transformations, default is 0.
When true, return info contains history, default is false.
Whether allow current transformation to support parallel processing of queries, default is false.
The size of threads in worker pool, default is 2.
Whether the current entity can be updated.
Whether the current entity can be removed.
Whether the current entity can be executed.
Response
EntitySet transformations
The name of the Transformation.
The id of the Transformation.
The id of the Workspace.
The destination connection, usually it is a value of Connection Name.
Whether to run the transformation on a schedule or after a job. Defaults to None.
The specified job the transformation will run after.
The specified job the transformation will run after.
The type of specified job the transformation will run after.
A comma separated list of Task Ids.
The scheduler cron string.
Set this to true to send email notifications after transformation is completed, default is false.
The email address where notifications will be sent to.
The email subject for notifications.
Send the error message only.
The log verbosity level of the job, where 0 represents None, 1 represents Error, 2 represents Info, 3 represents Transfer, and 5 represents Verbose, default is 0.
The version number of row information.
Controls the timeout for the connections, default is 300.
Whether retry failed tasks, default is true.
The project path of DBT Transformation.
The schema of DBT Transformation.
The type of Transformation, default is Transformation.
The threads count of DBT,default is 4.
The type of DBT project, default is local.
The URL of the Git repository where project resides.
The token of accessing Git.
The trigger of after job, default is false.
Set this to true to the job can be executed according to a specific scheduler, default is false.
The historyId of Transformations, default is 0.
When true, return info contains history, default is false.
Whether allow current transformation to support parallel processing of queries, default is false.
The size of threads in worker pool, default is 2.
Whether the current entity can be updated.
Whether the current entity can be removed.
Whether the current entity can be executed.