At this juncture, you’re acquainted with the swift process of loading data into Keboola, resulting in four new tables in your Storage:
account, opportunity, level, and user.
In this segment of the tutorial, we’ll guide you through data manipulation in Storage using transformations. Our objective is to create a denormalized table from the input tables and make some minor modifications to it.
To start, navigate to the Keboola Transformations section.

Next, click the Create Transformation button and choose Snowflake SQL Transformation (or another SQL transformation, depending on your project’s backend).

Enter Denormalize opportunities as its name, and remember to provide a description. Transformations can be organized into folders;
you can either add it to a folder during creation or move it to any folder later. Now, enter Opportunity as the folder name.

Keboola transformations operate on a few fundamental building blocks. It’s crucial to note that the transformation process occurs in a dedicated database schema, meaning queries are not executed directly against your Storage tables. Instead, the system clones selected tables into the dedicated transformation schema, executes queries, and finally unloads created/modified objects back to the Storage.
