Skip to content

Commit

Permalink
Compile on-run-(start|end) hooks to file (#412)
Browse files Browse the repository at this point in the history
compile on-run-(start|end) hooks to a file

automatic commit by git-black, original commits:
  ce46052
  • Loading branch information
drewbanin authored and iknox-fa committed Feb 8, 2022
1 parent 8072525 commit dba2d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def get_pseudo_test_path(node_name, source_path):


def get_pseudo_hook_path(hook_name):
path_parts = ['hooks', "{}.sql".format(hook_name)]
path_parts = ["hooks", "{}.sql".format(hook_name)]
return os.path.join(*path_parts)


Expand Down

0 comments on commit dba2d43

Please sign in to comment.