-
Notifications
You must be signed in to change notification settings - Fork 473
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
SNOW-766772: Unable to GET multiple parquet files from internal stage to local directory #1485
Comments
I made a SF support request related to this. A SF engineer explained that this issue is only for GCP-backed Snowflake deployments and does not occur when AWS S3 is used for internal stage storage. |
@ndamclean can you link the support case here? Is there any more help you need from eng here? |
@sfc-gh-achandrasekaran Here's a link to the support case. I'm not sure if this is accessible to anyone with a snowflake community account or if it's only valid for my account (since it's a case I submitted). I have been talking to a Snowflake customer service representative and they are working with their engineering team to resolve the issue. I'm not sure who's looking at it. |
Thanks! |
@ndamclean looks like a convo is ongoing with support. I will close this ticket so we have one issue to track. Please feel free to reopen if you need the snowpark eng team to dig in further. |
@ndamclean @sfc-gh-achandrasekaran are either one of you able to look up what the fix was for this? We have a client that is getting this same error but is using their Azure Snowflake account from an AWS EC2 instance. I would like to know if this is some setting they can change or if it was a bug that snowflake needed to fix. |
@patrickhowerter my opinion was that it was a bug that Snowflake should fix. The support staff from Snowflake considered a known limitation that may be addressed in the future. Here's my explanation of the problem to the support team:
I hope this helps! |
Thanks for the quick reply @ndamclean! It appears that our issue my be different the the one you experienced. |
pip freeze
)?Attempt to download multiple parquet files from an internal Snowflake stage to my local machine as described in the documentation here: https://docs.snowflake.com/en/sql-reference/sql/get
This replicates a use case where I was using the
snowpark.DataFrame.write.copy_into_location
function with apartition_by
value set and attempting to retrieve the partitioned data.My snowpark code looks something like this:
This caused an error. The underlying cause of the error seems to be the
snowflake-connector-python
library itself, so I reproduced the problem without usingsnowpark
.What did you expect to see?
The parquet files that I successfully uploaded should be downloaded to the
/tmp
directory on my local machine.Can you set logging to DEBUG and collect the logs?
(truncated because of github issue character limits)
The text was updated successfully, but these errors were encountered: