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
Not exactly a duplicate of #1056! The fix for that issue copied the standard that was present of checking vs DATE, but sa.Date should also be valid and weirdly enough changing that is enough to break things, with the same error as #1056 regarding DATE_TRUNC (since the if block that was added does not catch sa.Date, just sa.DATE).
cc @chalmerlowe this seems potentially relevant to your work in #1113
The text was updated successfully, but these errors were encountered:
I see what you are trying to accomplish.
I would like to finish off my other bucket of work (#1113) and get that merged.
Once that is done, I think we can come back and add this to the mix in the appropriate places.
Not exactly a duplicate of #1056! The fix for that issue copied the standard that was present of checking vs DATE, but
sa.Date
should also be valid and weirdly enough changing that is enough to break things, with the same error as #1056 regardingDATE_TRUNC
(since theif
block that was added does not catchsa.Date
, justsa.DATE
).cc @chalmerlowe this seems potentially relevant to your work in #1113
The text was updated successfully, but these errors were encountered: