Transform$update

Transform$update(name=NULL, source_table=NULL) → self

Update attributes on a transform.

Parameters:

name : str, default NULL 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 NULL 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.

Returns:

self (a Transform)

Last updated

Was this helpful?