dbt_invocations model > job_name column showing up as 'null'
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:
- Install the package in dbt Cloud's IDE as per Quick Start instructions here
- Run a production job
- Query in the datawarehouse (in this case Snowflake) for the
dbt_invocationsmodel - See that the
job_namecolumn has no value
Screenshots
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!