Skip to content

Commit 988cd46

Browse files
authored
Merge branch 'main' into fix/issue-2967-skip-header
2 parents 5fa31fb + 23662a9 commit 988cd46

File tree

3 files changed

+38
-39
lines changed

3 files changed

+38
-39
lines changed

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ AWS Glue PySpark Jobs
217217
Go to your Glue PySpark job and create a new *Job parameters* key/value:
218218

219219
* Key: ``--additional-python-modules``
220-
* Value: ``pyarrow==7,awswrangler``
220+
* Value: ``awswrangler``
221221

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

224-
* Value: ``pyarrow==7,pandas==1.5.3,awswrangler==3.9.2b1``
224+
* Value: ``pyarrow==14,pandas==1.5.3,awswrangler==3.9.2b1``
225225

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

0 commit comments

Comments
 (0)