You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue with the dbt-coverage package where the manifest file cannot be parsed properly. The error occurs in a specific function handling column names.
The text was updated successfully, but these errors were encountered:
DimitriSam
changed the title
Error parsing manifest file with list-type column names
Error parsing manifest file with list-type values in YAML config
Dec 18, 2023
Thanks for the report and your patience @DimitriSam!
This is the first time, however, that I see a list of column names in the definition of tests -- could you please paste a link to the docs where it would explicitly say something like this is supported?
Description
I encountered an issue with the dbt-coverage package where the manifest file cannot be parsed properly. The error occurs in a specific function handling column names.
Steps to Reproduce
dbt-coverage compute doc --model-path-filter model/test.sql
Expected Behavior
Ideally, the function should be able to handle column names defined as lists without throwing an error.
Environment
Additional Context
The issue arises when defining values as lists in YAML configuration. Example:
The text was updated successfully, but these errors were encountered: