drabastomek commented on a change in pull request #70:
URL: https://github.com/apache/arrow-cookbook/pull/70#discussion_r709332169
##########
File path: python/source/io.rst
##########
@@ -447,6 +450,27 @@ or :meth:`pyarrow.dataset.Dataset.to_batches` like you
would for a local one.
It is possible to load partitioned data also in the ipc arrow
format or in feather format.
+.. warning::
+
+ If the above code throws an error most likely the reason is your
+ AWS credentials are not set. Follow these instructions to get
Review comment:
Makes sense. I'll update the warning.
However, looks like #56 was having the reverse of my problems: having the
`credentials` file but still unable to connect to a public bucket. I wonder if
the auth code on our end is buggy or the AWS throws...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]