dbt_artifacts icon indicating copy to clipboard operation
dbt_artifacts copied to clipboard

Add invocation args column to invocation models

Open jared-rimmer opened this issue 3 years ago • 0 comments

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.

jared-rimmer avatar Oct 12 '22 08:10 jared-rimmer