Files
dbt-snowflake/.changes/unreleased/Fixes-20241104-172349.yaml
Mila Page f6468f60a6 Normalize is_iceberg Field for Consistency in Snowflake with QUOTED_IDENTIFIERS_IGNORE_CASE (#1229)
* 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>
2024-11-09 17:41:44 -08:00

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"