-
Notifications
You must be signed in to change notification settings - Fork 610
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(snowflake): use get
instead of get_path
; get_path
does not support columns with spaces
#10836
fix(snowflake): use get
instead of get_path
; get_path
does not support columns with spaces
#10836
Conversation
I'm looking into why we were using |
bfdf96e
to
24281cd
Compare
|
24281cd
to
a8d7d5f
Compare
Snowflake is passing:
|
Looks like I introduced That said, I'm not entirely sure why I used that instead of |
a8d7d5f
to
7fa0f74
Compare
Beefed up the test a bit to use hypothesis, in order to find any cases we're not handling. |
7fa0f74
to
328f79e
Compare
…support columns with spaces without complex quoting
328f79e
to
46d6e50
Compare
Closes #10835.