Skip to content

Commit

Permalink
Merge pull request #975 from elementary-data/ele-1209-properly-format…
Browse files Browse the repository at this point in the history
…-running-log-of-dbt-runner

Properly formatting 'running' log of DbtRunner.
  • Loading branch information
elongl committed Jul 2, 2023
2 parents afb8bb7 + 6cf970d commit d8d0d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/clients/dbt/dbt_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _run_command(
else:
log_command = dbt_command

log_msg = f"Running {log_command}"
log_msg = f"Running {' '.join(log_command)}"
if not quiet:
logger.info(log_msg)
else:
Expand Down

0 comments on commit d8d0d86

Please sign in to comment.