mirror of
https://github.com/dbt-labs/dbt-snowflake
synced 2025-12-17 19:31:31 +00:00
* Reproduce. Test fail. Fix. Test green. * Add changelog. * Make a test that tests the actual behavior without hardcoding the quoted flag. * I can't believe how elegant a solution this is. Use a session-only configuration. * Fix test. * Simplify logic for this by moving this away from a quoting situation. Columns that unquoted are capitalized regardless of the quoting ignore flag. So we let it be uppercase and then normalize it down to lowercase in Python. * edit comments. --------- Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
7 lines
135 B
YAML
7 lines
135 B
YAML
kind: Fixes
|
|
body: Iceberg quoting ignore fix.
|
|
time: 2024-11-04T17:23:49.706297-08:00
|
|
custom:
|
|
Author: versusfacit
|
|
Issue: "1227"
|