โAdding Transformations
Here, you can learn how to add your own custom transformations to the Kuwala transformation catalog.
๐งโ๐ปRunning in development mode
1. Chose a transformation category
2. Transformation boilerplate
2.1 Macro parameters
{% macro apply_operation(dbt_model, block_columns, column, operator, value, result_name) %}
โฆ
{% endmacro %}2.2 Setting dbt relations
2.3 Custom functions
2.4 The actual transformation
2.5 Getting the final query
2.6 Returning the result
3. Transformation specifications
3.1 JSON file
3.1.1 ID
3.1.2 Category
3.1.3 Icon
3.1.4 Column and parameter types
4. Publish your transformation
4.1 Production use
5. Locating the dbt project
Last updated