datnguye / dbterd

Generate the ERD as a code from dbt artifacts
https://dbterd.datnguyen.de/
MIT License
198 stars 28 forks source link

[FEAT] Get filter.py to support case sensitive comparison #75

Closed datnguye closed 5 months ago

datnguye commented 7 months ago

All selection rules are lowercase-d before comparison, it should preserve the input value instead.

Fix of #73 has ignored the capitalized node_name in the Exact method.

This is to come up with a wider enhancement to get it aligned to other comparison methods as well, and with case sensitive supported