[BUG] incorrectly identifying column names with "_" #489
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
triaged: no
Hasn't been approved for future implementation
Describe the bug
When running
dbt-coves generate properties
selecting Update all, I get new lines in the documentation with non-existing columns.Original documentation (including only part of the columns):
After running the command:
Original documentation (including only part of the columns):
Same happens with other models containing columns ending in
_
, likeletters_
. Sincedbt-coves
is not able to properly identify the name of these columns.To Reproduce
Steps to reproduce the behaviour:
test_model.sql
containing:dbt run -s test_model
dbt-coves generate properties --select test_model
You obtain
test_model.ylm
:Expected behaviour
Obtain a documentation file
test_model.ylm
:Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: