`schema_changes_from_baseline` ignores column name case: in Snowflake we have `"MyColumn"`, while in YAML we have: ```yaml - name: MYCOLUMN quote: true ``` I would expect that quoted column names are compared by exact match.