Publish Transform
Create and manage your tables' transforms either using the Hydrolix API or with the web UI. While the API is more feature-rich, the UI is a good place to learn about Hydrolix transforms.
Use the API⚓︎
Config API methods fetch and set transforms as complete JSON documents defined by the user. Use POST https://{hostname}/config/v1/orgs/{org_id}/projects/{project_id}/tables/{table_id}/transforms/ to create a new transform.
Use the UI⚓︎
To publish a new transform, select + Add new > Table transform.
To view details on an existing transform:
- Go to
Datain the left nav. - Click to expand the project.
- Select the table.
Apply transforms to ingest⚓︎
Use the transform name key when configuring an ingest stream.