A free to use dbt package for creating and loading Data Vault 2.0 compliant Data Warehouses (powered by dbt, an open source data engineering tool, registered trademark of dbt Labs)
Describe the bug
As soon as a use derived_columns: containing a couple of derived columns, suddenly all source columns are transformed to uppercase while I expect them to be unchanged.
Describe the bug As soon as a use
derived_columns:
containing a couple of derived columns, suddenly all source columns are transformed to uppercase while I expect them to be unchanged.Environment
dbt version: 1.3.0 dbtvault version: 0.9.0 Database/Platform: databricks
To Reproduce
The following results in source columns as they where: (lowercase)
The following code results in a view in which all columns are suddenly uppercase:
Expected behavior I expect the source column names to be unchanged