Skip to content

Commit

Permalink
Removing build-egg.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed Jan 9, 2021
1 parent 1437f22 commit 13e71a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions building/build-egg.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Go to your Glue PySpark job and create a new *Job parameters* key/value:

To install a specific version, set the value for above Job parameter as follows:

* Value: ``awswrangler==1.10.0``
* Value: ``awswrangler==2.3.0``

`Official Glue PySpark Reference <https://docs.aws.amazon.com/glue/latest/dg/reduced-start-times-spark-etl-jobs.html#reduced-start-times-new-features>`_

Expand Down
3 changes: 2 additions & 1 deletion docs/source/what.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ What is AWS Data Wrangler?

An `AWS Professional Service <https://aws.amazon.com/professional-services>`_ `open source <https://github.com/awslabs/aws-data-wrangler>`_ python initiative that extends the power of `Pandas <https://github.com/pandas-dev/pandas>`_ library to AWS connecting **DataFrames** and AWS data related services.

Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR,
SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).

Built on top of other open-source projects like `Pandas <https://github.com/pandas-dev/pandas>`_, `Apache Arrow <https://github.com/apache/arrow>`_ and `Boto3 <https://github.com/boto/boto3>`_, it offers abstracted functions to execute usual ETL tasks like load/unload data from **Data Lakes**, **Data Warehouses** and **Databases**.

Expand Down

0 comments on commit 13e71a0

Please sign in to comment.