File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66> An [ AWS Professional Service] ( https://aws.amazon.com/professional-services/ ) open source initiative | [email protected] 77
8- [ ![ Release] ( https://img.shields.io/badge/release-1.8.0 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
8+ [ ![ Release] ( https://img.shields.io/badge/release-1.8.1 -brightgreen.svg )] ( https://pypi.org/project/awswrangler/ )
99[ ![ Python Version] ( https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8-brightgreen.svg )] ( https://anaconda.org/conda-forge/awswrangler )
1010[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1111[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
Original file line number Diff line number Diff line change 77
88__title__ : str = "awswrangler"
99__description__ : str = "Pandas on AWS."
10- __version__ : str = "1.8.0 "
10+ __version__ : str = "1.8.1 "
1111__license__ : str = "Apache License 2.0"
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ the *Python library path* field.
4747
4848`Official Glue Python Shell Reference <https://docs.aws.amazon.com/glue/latest/dg/add-job-python.html#create-python-extra-library >`_
4949
50- AWS Glue Python PySpark Jobs
51- ----------------------------
50+ AWS Glue PySpark Jobs
51+ ---------------------
5252
5353.. note :: AWS Data Wrangler has compiled dependencies (C/C++) so there is only support for ``Glue PySpark Jobs >= 2.0``.
5454
Original file line number Diff line number Diff line change 22
33
44def test_metadata ():
5- assert wr .__version__ == "1.8.0 "
5+ assert wr .__version__ == "1.8.1 "
66 assert wr .__title__ == "awswrangler"
77 assert wr .__description__ == "Pandas on AWS."
88 assert wr .__license__ == "Apache License 2.0"
You can’t perform that action at this time.
0 commit comments