dbt factory: re-usable sql, configured through YAML, compiled to dbt
1–3 of 3 posts
Re: dbt factory: re-usable sql, configured through YAML, compiled to dbt
#2Write re-usable sql code blocks and compile it to a dbt project with a yaml defintion
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
Re: dbt factory: re-usable sql, configured through YAML, compiled to dbt
#3Write re-usable sql code blocks and compile it to a dbt project with a yaml defintion 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
Is there an "pawk -b" back end filter to sanitized UTF chars to U+number so UTF doesn't get mangled in python?
How does this compare to rascal[0] under python?