Skip to content

Commit

Permalink
Merge pull request #1198 from vijaykiran/dev/grace-kelly
Browse files Browse the repository at this point in the history
Print dbt version before every task is run
  • Loading branch information
drewbanin committed Dec 21, 2018
2 parents dcc017d + 7786175 commit 2ecc1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def invoke_dbt(parsed):
cfg = None

log_cache_events(getattr(parsed, 'log_cache_events', False))
logger.info("Running with dbt{}".format(dbt.version.installed))

try:
if parsed.which in {'deps', 'clean'}:
Expand Down

0 comments on commit 2ecc1e0

Please sign in to comment.