Transform.update
Last updated
Was this helpful?
Update attributes on a transform.
name : str, default None
If specified, will rename the transform. All transform names (case-insensitive, ignoring non-word characters and spaces) must be unique within their workflow.
source_table : str | Table, default None
If specified, update the transform's source to the specified table. Must be the a valid table reference (as a string), or an instance of a Table.
query : str, default None
If specified, update the transform's SQL query to the specified query string. Only applicable to transforms with one and only one SQL step. If the transform has more than one SQL step, or other step types, an error will be thrown.
self (a Transform)
Last updated
Was this helpful?
Was this helpful?

