Skip to content

Commit

Permalink
Typo during rename (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Mar 8, 2024
1 parent c85aef7 commit a635086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ collection_activity AS (
SELECT
c.collection_id,
c.collection_name,
c.repository_source AS source,
c.repository_source AS `source`,
ccd.first_commit_date,
ccd.last_commit_date,
c.repositories,
Expand Down
2 changes: 1 addition & 1 deletion dbt/models/marts/code_metrics/code_metrics_by_project.sql
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ activity_cte AS (
SELECT
p.project_id,
p.project_name,
p.repository_source AS code_source,
p.repository_source AS `source`,
pcd.first_commit_date,
pcd.last_commit_date,
p.repositories,
Expand Down

0 comments on commit a635086

Please sign in to comment.