-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
Description
Describe the bug
In the reports I generate and send to a GCS bucket, there is no more descriptions for the tests, even for the dbt native tests but the description column is still correctly filled in the elementary tables in the data warehouse. This is happening since the upgrade to the 0.18.0 version, the config has not changed except for the CLI and package versions.
To Reproduce
Steps to reproduce the behavior:
- Run dbt tests
- Check if the description column is filled in the
dbt_teststable - Send report on a GCS bucket
- Open the report, go on Tests or Test performances and open a test
Expected behavior
The description should be filled.
Screenshots
Environment (please complete the following information):
- Elementary CLI (edr) version: 0.18.0
- Elementary dbt package version: 0.18.1
- dbt version you're using 1.9.1
- Data warehouse BigQuery
- Infrastructure details : Report sent to GCS by a Cloud Run job
