dbt_artifacts
dbt_artifacts copied to clipboard
Add invocation args column to invocation models
Partially Resolves #135
- Adds new column to invocation models using {{ invocation_args_dict }} as implemented in dbt core here
- Partially resolves the issue as the new column contains all the arguments passed to a dbt invocation but the command is split between different keys within the JSON object. Therefore we won't see dbt run --select this model --exclude this-other-model as a value within in a single key.