File tree Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Expand file tree Collapse file tree 5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33> Utility belt to handle data on AWS.
44
5- [ ![ Release] ( https://img.shields.io/badge/release-0.1.3 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
5+ [ ![ Release] ( https://img.shields.io/badge/release-0.1.4 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
66[ ![ Downloads] ( https://img.shields.io/pypi/dm/awswrangler.svg )] ( https://pypi.org/project/awswrangler/ )
77[ ![ Python Version] ( https://img.shields.io/badge/python-3.6%20%7C%203.7-brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
88[ ![ Documentation Status] ( https://readthedocs.org/projects/aws-data-wrangler/badge/?version=latest )] ( https://aws-data-wrangler.readthedocs.io/en/latest/?badge=latest )
Original file line number Diff line number Diff line change 11__title__ = "awswrangler"
22__description__ = "Utility belt to handle data on AWS."
3- __version__ = "0.1.3 "
3+ __version__ = "0.1.4 "
44__license__ = "Apache License 2.0"
Original file line number Diff line number Diff line change 44# Go back to AWSWRANGLER directory
55cd /aws-data-wrangler/
66
7- rm -rf dist/* .zip
8-
97# Build PyArrow files
108cd building
119./build-pyarrow.sh
Original file line number Diff line number Diff line change 1+ awswrangler.aurora module
2+ =========================
3+
4+ .. automodule :: awswrangler.aurora
5+ :members:
6+ :undoc-members:
7+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Submodules
77.. toctree ::
88
99 awswrangler.athena
10+ awswrangler.aurora
1011 awswrangler.cloudwatchlogs
1112 awswrangler.data_types
1213 awswrangler.emr
You can’t perform that action at this time.
0 commit comments