> For the complete documentation index, see [llms.txt](https://docs.verbdata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verbdata.com/data-transformations/what-is-a-transformation/transformation-management.md).

# Transformation Management

## Add Transformation to Model Canvas

Add a completed and published transformation as a Table by dragging the Data view onto the Model canvas or selecting the Add button on the data view row.

Calculated Columns and Aggregated Measures are included in the parent table and are available as long as the parent table remains on the canvas.

![](/files/pCVe0dQnM5LZ6MOhQVHA)

## Remove Data View from Model Canvas

Remove the Data View from the Model Canvas by selecting the Data View Menu, opening More Options and selecting Remove Table.

![](/files/AYW1CBdhSQxdnJZAlcaX)

## Delete Transformation

Deleting the transformation is done within the transformation editing canvas by selecting Delete Column, or Delete Data View on the right panel within the transformation.

A confirmation modal will display listing potentially impacted collections which use the transformation.

Note: Models which are used in collections cannot be deleted, and transformations used in collections are similarly linked.

![](/files/yj43FEbeuvyfOYQPGuaT)

## Naming Transformations&#x20;

The transformation name is the value provided to the Transformation Output. An automatically generated name will be provided upon connection to the Output tile and the Output Tile will switch from Incomplete (red) to Valid (black) once it is properly connected.

Input the desired Transformation Name on the right panel of the Output.&#x20;

{% hint style="info" %}
A valid set of transformation step(s) and Input must be connected to the Output to be able to input a name value on the right panel.
{% endhint %}

![](/files/czsGB2SposRyQ7MoyxrK)

## Publishing Transformations

Publishing a transformation makes it accessible on the model canvas and confirms there are no data transformation errors.

When transformations are edited and updated, they must be republished to make the latest revision available in the model.

Publishing a transformation also updates the model, requiring every inheriting collection be republished to push the new model configuration to the embedded collection.

To publish a collection open the collection and select the publish button in the top right.

{% hint style="info" %}
When editing a collection in Verb as an admin, the modified/draft model is used to display data. Therefore the latest version of the transformation and model will be visible when reviewing collections after updates have been made to transformations and models. This efforts the opportunity to review the changes, prior to publishing the collection which would make the changes live for users.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verbdata.com/data-transformations/what-is-a-transformation/transformation-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
