jorisvandenbossche commented on a change in pull request #70:
URL: https://github.com/apache/arrow-cookbook/pull/70#discussion_r708306912
##########
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:
Based on https://github.com/apache/arrow-cookbook/issues/56, it seems
you can also run into errors if you *have* set AWS credentials? (in which case
adding anonymous=True can help, so it might still be worth mentioning it here
in the warning?)
--
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]