Skip to content

Commit

Permalink
(fixes #1313) Show sources in resource count list during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Feb 26, 2019
1 parent 9c9c0d9 commit f8dfe48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/compilation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def print_compile_stats(stats):
NodeType.Macro: 'macros',
NodeType.Operation: 'operations',
NodeType.Seed: 'seed files',
NodeType.Source: 'sources',
}

results = {k: 0 for k in names.keys()}
Expand Down

0 comments on commit f8dfe48

Please sign in to comment.