Skip to content

Commit

Permalink
commented out deleted sections and followers to align with unmerged c…
Browse files Browse the repository at this point in the history
…hanges from other PR
  • Loading branch information
bakerfranke committed Jan 28, 2024
1 parent ac7f71b commit 4dc3c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ with
source as (
select *
from {{ source('dashboard', 'followers') }}
where deleted_at is null
--where deleted_at is null
),

renamed as (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ with
source as (
select *
from {{ source('dashboard', 'sections') }}
where deleted_at is null
--where deleted_at is null
),

renamed as (
Expand Down Expand Up @@ -35,6 +35,5 @@ renamed as (
first_activity_at
from source
)

select *
from renamed

0 comments on commit 4dc3c98

Please sign in to comment.