Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
kristin-bagnall authored May 26, 2020
1 parent 3cf2a61 commit 146e5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/stg_github_issue_closed_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ with issue_closed_history as (
select *
from {{ var('issue_closed_history') }}

), fields as (

select
issue_id,
Expand All @@ -12,4 +13,4 @@ with issue_closed_history as (
)

select *
from fields
from fields

0 comments on commit 146e5d1

Please sign in to comment.