diff --git a/models/stg_github_issue_closed_history.sql b/models/stg_github_issue_closed_history.sql index f23a8b4..761927a 100644 --- a/models/stg_github_issue_closed_history.sql +++ b/models/stg_github_issue_closed_history.sql @@ -3,6 +3,7 @@ with issue_closed_history as ( select * from {{ var('issue_closed_history') }} +), fields as ( select issue_id, @@ -12,4 +13,4 @@ with issue_closed_history as ( ) select * -from fields \ No newline at end of file +from fields