Skip to content

Commit

Permalink
call sites in core/dbt (excluding main.py) (#4202)
Browse files Browse the repository at this point in the history
* add struct logging to compilation

* add struct logging to tracking

* add struct logging to utils

* add struct logging to exceptions

* fixed some misc errors

* updated to send raw ex, removed resulting circ dep


automatic commit by git-black, original commits:
  d8b97c1
  dfb24fd
  • Loading branch information
emmyoop authored and iknox-fa committed Feb 8, 2022
1 parent 33947eb commit 5240966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/dbt/task/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ def get_counts(flat_nodes) -> str:

counts[t] = counts.get(t, 0) + 1

stat_line = ", ".join(
[pluralize(v, k) for k, v in counts.items()])
stat_line = ", ".join([pluralize(v, k) for k, v in counts.items()])

return stat_line

Expand Down

0 comments on commit 5240966

Please sign in to comment.