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
Describe the bug
DBT ingestion module works correctly with low case fields only. If DBT project uses Upper case characters in the fields name of a table or view, such name will be transformed to the low case during ingestion. Moreover, in this case, the Description info will NOT be ingested.
To Reproduce
Steps to reproduce the behavior:
Create a simple DBT project that creates a new View with fields in CamelCase style.
Add Descriptions for those fields.
Ingest this project
The result: View fields in DH will be the low case, there is no Description for those fields
Expected behavior
DBT ingestion module should correctly handle Case Sensitive info
The text was updated successfully, but these errors were encountered:
Describe the bug
DBT ingestion module works correctly with low case fields only. If DBT project uses Upper case characters in the fields name of a table or view, such name will be transformed to the low case during ingestion. Moreover, in this case, the Description info will NOT be ingested.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
DBT ingestion module should correctly handle Case Sensitive info
The text was updated successfully, but these errors were encountered: