drabastomek commented on a change in pull request #70:
URL: https://github.com/apache/arrow-cookbook/pull/70#discussion_r705807569
##########
File path: python/source/io.rst
##########
@@ -419,7 +422,8 @@ by ``month`` using
.. testcode::
- dataset = ds.dataset("s3://ursa-labs-taxi-data/2011",
+ dataset = ds.dataset("2011",
+ filesystem=s3
Review comment:
@westonpace I understand the reasoning about the URI. Perhaps, instead
of changing this to `filesystem` we do, as you suggest, add
`~/.aws/credentials` as an explicit step before this code? I think this would
make sure this code works even if credentials are not present.
--
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]