dbt-data-reliability icon indicating copy to clipboard operation
dbt-data-reliability copied to clipboard

dbt_invocations model > job_name column showing up as 'null'

Open wusanny opened this issue 1 year ago • 0 comments

Issue description Hello, we have a client who is using elementary dbt package in dbt Cloud and reported that they are not getting a value returned for the job_name column in the dbt_invocations model. Entire column just have 'null' values.

We tested and it seemed to be the case for us as well. Are we missing a config somewhere in order to have this value returned?

Steps to reproduce the behavior:

  1. Install the package in dbt Cloud's IDE as per Quick Start instructions here
  2. Run a production job
  3. Query in the datawarehouse (in this case Snowflake) for the dbt_invocations model
  4. See that the job_name column has no value

Screenshots dbt_invocations   job_name column

Other documents I have also attached the csv file download of the model here - dbt_invocations (test).csv, for reference.

Additional comments On elementary docs here, it seems to suggest that these data should automatically populate if we are using an orchestrator that Elementary natively supports (which we are with dbt Cloud).

Version dbt package version: 0.14.1

Thank you!

wusanny avatar Mar 21 '24 01:03 wusanny