Make your own Transform
Rasgo uses the Jinja2 templating engine and SQL in transform templates.
1. Create your own Transform template
{{ source_table }} is a required argument in every template, and Rasgo's API will always compile it to the fully-qualified table name (FQTN) of the dataset that the transform is called on.
2. Publish your Transform template
Last updated