create config aliases for pre-hook and post-hook #1124
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Feature
Feature description
Pre-hooks and post-hooks can be specified in a
config()
block, but they require the use of a dictionary instead of a list of keyword arguments. Instead, dbt should support the specification of these hooks usingpre_hook
andpost_hook
aliases.Before:
After:
Who will this benefit?
This will be a quality of life improvement for many dbt users :)
The text was updated successfully, but these errors were encountered: