Skip to content

Commit

Permalink
Renamed comments to look better and not be janky with jinja formatting
Browse files Browse the repository at this point in the history
Changed layout of models, added source and intermediate to work on
  • Loading branch information
Mcanroe committed Jul 3, 2024
1 parent b3fad64 commit bd4d039
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions models/staging/stg_customers.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
with source as (

{#-
Normally we would select from the table here, but we are using seeds to load
our data in this project
#}
{# /* Normally we would select from the table here, but we are using seeds to load our data in this project */ #}
select * from {{ ref('raw_customers') }}

),
Expand Down
5 changes: 1 addition & 4 deletions models/staging/stg_orders.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
with source as (

{#-
Normally we would select from the table here, but we are using seeds to load
our data in this project
#}
{# /* Normally we would select from the table here, but we are using seeds to load our data in this project */ #}
select * from {{ ref('raw_orders') }}

),
Expand Down
5 changes: 1 addition & 4 deletions models/staging/stg_payments.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
with source as (

{#-
Normally we would select from the table here, but we are using seeds to load
our data in this project
#}
{# /* Normally we would select from the table here, but we are using seeds to load our data in this project */ #}
select * from {{ ref('raw_payments') }}

),
Expand Down

0 comments on commit bd4d039

Please sign in to comment.