Skip to content

Commit

Permalink
Merge branch 'main' into fix/issue-2967-skip-header
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidisido authored Sep 30, 2024
2 parents 5fa31fb + 23662a9 commit 988cd46
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 39 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ AWS Glue PySpark Jobs
Go to your Glue PySpark job and create a new *Job parameters* key/value:

* Key: ``--additional-python-modules``
* Value: ``pyarrow==7,awswrangler``
* Value: ``awswrangler``

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

* Value: ``pyarrow==7,pandas==1.5.3,awswrangler==3.9.2b1``
* Value: ``pyarrow==14,pandas==1.5.3,awswrangler==3.9.2b1``

`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
Loading

0 comments on commit 988cd46

Please sign in to comment.