You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/install.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,13 +183,29 @@ AWS Glue Python Shell Jobs
183
183
184
184
.. note:: Glue Python Shell Python3.9 has version 2.15.1 of awswrangler `baked in <https://aws.amazon.com/blogs/big-data/aws-glue-python-shell-now-supports-python-3-9-with-a-flexible-pre-loaded-environment-and-support-to-install-additional-libraries/>`_. If you need a different version, follow instructions below:
185
185
186
+
Using pip
187
+
^^^^^^^^^
188
+
189
+
1 - In the AWS console, open your Glue Python Shell job's *Job details* tab.
190
+
191
+
2 - Scroll down and expand the *Advanced properties*.
192
+
193
+
3 - In the *Job parameters* section, add `--additional-python-modules` as *Key* and `awswrangler` as *Value*.
194
+
195
+
You can also specify optional dependencies or set a version in the *Value* field, e.g. `awswrangler[redshift]==3.9.0`.
196
+
For details, see reference below.
197
+
198
+
199
+
Using a Whl file
200
+
^^^^^^^^^^^^^^^^^
201
+
186
202
1 - Go to `GitHub's release page <https://github.com/aws/aws-sdk-pandas/releases>`_ and download the wheel file
187
203
(.whl) related to the desired version. Alternatively, you can download the wheel from the `public artifacts bucket <https://aws-sdk-pandas.readthedocs.io/en/latest/install.html#public-artifacts>`_.
188
204
189
205
2 - Upload the wheel file to the Amazon S3 location of your choice.
190
206
191
207
3 - Go to your Glue Python Shell job and point to the S3 wheel file in
192
-
the *Python library path* field.
208
+
the *Python library path* field of the *Job details* tab.
0 commit comments