Transformations
Tecton Objects​
| Name | Description |
|---|---|
tecton.Transformation | A Tecton Transformation. |
Constructors​
| Name | Description |
|---|---|
tecton.transformation | Declares a Transformation that wraps a user function. |
Helpers​
| Name | Description |
|---|---|
tecton.const | Wraps a const and returns a Constant object that can be used as arguments to a pipeline functions. |
Fetch Applied Objects​
| Name | Description |
|---|---|
tecton.Workspace.get_transformation | Returns a Transformation that has been applied to a workspace. |
tecton.Workspace.list_transformations | Returns a list of all registered Transformations within a workspace. |