Created
October 9, 2023 07:04
-
-
Save adrieninfinitelambda/1b4aab3598775b8718957d8dda1779fa to your computer and use it in GitHub Desktop.
dbt code gen example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<code> | |
{{ codegen.generate_source('raw_jaffle_shop') }} | |
</code> | |
<code> | |
version: 2 | |
sources: | |
- name: raw_jaffle_shop | |
database: raw | |
tables: | |
- name: customers | |
description: "" | |
- name: orders | |
description: "" | |
- name: payments | |
description: "" | |
</code> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment