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
Fix reserved keyword quoting in staging model column definitions
The column aliases `as database` and `as schema` in stg_nodes.sql and
stg_sources.sql cause T-SQL syntax errors since these are reserved
keywords. Use quote_identifier dispatch macro for the aliases too.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments