Great for:
- Automating dbt code generation, so you can manipulate yaml instead of sql
- Construct pipeline without knowing SQL
- Construct pipelines without learning dbt
- Avoid duplicative code
How does this compare to rascal[0] under python?
[0] : http://www.rascal-mpl.org/
Great for:
- Automating dbt code generation, so you can manipulate yaml instead of sql
- Construct pipeline without knowing SQL
- Construct pipelines without learning dbt
- Avoid duplicative code