model
model
is the dbt graph object (or node) for the current model. It can be used to:
- Access
config
settings, say, in a post-hook - Access the path to the model
model
is the dbt graph object (or node) for the current model. It can be used to:
config
settings, say, in a post-hook