-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix week_start on Snowflake #54
Conversation
@jpmmcneill let me know if this makes sense to you. I think we had an incomplete macro there... The other issue was that |
Coincidentally I am also on Snowflake and noticed the This PR works but only if you also follow Snowflake's recommendation to change from the legacy |
@davesgonechina my Snowflake setup is using |
@clausherther and when you use |
@davesgonechina using this PR branch, here's what I see on my Snowflake instance after building all tables and running all tests: |
@clausherther I take it back, you're right that it works with either parameter value, and solves the null column issue for |
Going to go ahead and merge this and cut a new patch release. If there's something else, feel free to reopen the original issue (#53). Thanks! |
Thanks @clausherther! Apols that I didn't contribute the PR, missed these notifications. I'll test it out today on the new patch and LYK how it's looking! |
@clausherther verified working for me on |
Thanks for checking @jpmmcneill! Sorry, didn't mean to jump in front on that one. I'm sure there'll be plenty of other bugs to squash in the future! |
week_start
had a buggy and incomplete implementation on Snowflake. This PR intends to simplify and fix this.Closes #53