Skip to content

Commit ac5407b

Browse files
committed
Bumping to version 2.5.0.
1 parent e204c2d commit ac5407b

20 files changed

+105
-105
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 2.4.0
3-
commit = True
4-
tag = True
2+
current_version = 2.5.0
3+
commit = False
4+
tag = False
55
tag_name = {new_version}
66

77
[bumpversion:file:README.md]

CONTRIBUTING_COMMON_ERRORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in ./.venv/lib/python3.7/site-
1313
Using legacy 'setup.py install' for python-Levenshtein, since package 'wheel' is not installed.
1414
Installing collected packages: awswrangler, python-Levenshtein
1515
Attempting uninstall: awswrangler
16-
Found existing installation: awswrangler 2.4.0
17-
Uninstalling awswrangler-2.4.0:
18-
Successfully uninstalled awswrangler-2.4.0
16+
Found existing installation: awswrangler 2.5.0
17+
Uninstalling awswrangler-2.5.0:
18+
Successfully uninstalled awswrangler-2.5.0
1919
Running setup.py develop for awswrangler
2020
Running setup.py install for python-Levenshtein ... error
2121
ERROR: Command errored out with exit status 1:

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, Clo
88

99
> An [AWS Professional Service](https://aws.amazon.com/professional-services/) open source initiative | [email protected]
1010
11-
[![Release](https://img.shields.io/badge/release-2.4.0-brightgreen.svg)](https://pypi.org/project/awswrangler/)
11+
[![Release](https://img.shields.io/badge/release-2.5.0-brightgreen.svg)](https://pypi.org/project/awswrangler/)
1212
[![Python Version](https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-brightgreen.svg)](https://anaconda.org/conda-forge/awswrangler)
1313
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1414
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -23,7 +23,7 @@ Easy integration with Athena, Glue, Redshift, Timestream, QuickSight, Chime, Clo
2323
| **[PyPi](https://pypi.org/project/awswrangler/)** | [![PyPI Downloads](https://pepy.tech/badge/awswrangler)](https://pypi.org/project/awswrangler/) | `pip install awswrangler` |
2424
| **[Conda](https://anaconda.org/conda-forge/awswrangler)** | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/awswrangler.svg)](https://anaconda.org/conda-forge/awswrangler) | `conda install -c conda-forge awswrangler` |
2525

26-
> ⚠️ **For platforms without PyArrow 3 support (e.g. [EMR](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#emr-cluster), [Glue PySpark Job](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#aws-glue-pyspark-jobs)):**<br>
26+
> ⚠️ **For platforms without PyArrow 3 support (e.g. [EMR](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#emr-cluster), [Glue PySpark Job](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#aws-glue-pyspark-jobs), MWAA):**<br>
2727
➡️ `pip install pyarrow==2 awswrangler`
2828

2929
Powered By [<img src="https://arrow.apache.org/img/arrow.png" width="200">](https://arrow.apache.org/powered_by/)
@@ -41,7 +41,7 @@ Powered By [<img src="https://arrow.apache.org/img/arrow.png" width="200">](http
4141

4242
Installation command: `pip install awswrangler`
4343

44-
> ⚠️ **For platforms without PyArrow 3 support (e.g. [EMR](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#emr-cluster), [Glue PySpark Job](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#aws-glue-pyspark-jobs)):**<br>
44+
> ⚠️ **For platforms without PyArrow 3 support (e.g. [EMR](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#emr-cluster), [Glue PySpark Job](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#aws-glue-pyspark-jobs), MWAA):**<br>
4545
➡️`pip install pyarrow==2 awswrangler`
4646

4747
```py3
@@ -95,17 +95,17 @@ FROM "sampleDB"."sampleTable" ORDER BY time DESC LIMIT 3
9595

9696
## [Read The Docs](https://aws-data-wrangler.readthedocs.io/)
9797

98-
- [**What is AWS Data Wrangler?**](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/what.html)
99-
- [**Install**](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html)
100-
- [PyPi (pip)](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#pypi-pip)
101-
- [Conda](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#conda)
102-
- [AWS Lambda Layer](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#aws-lambda-layer)
103-
- [AWS Glue Python Shell Jobs](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#aws-glue-python-shell-jobs)
104-
- [AWS Glue PySpark Jobs](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#aws-glue-pyspark-jobs)
105-
- [Amazon SageMaker Notebook](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#amazon-sagemaker-notebook)
106-
- [Amazon SageMaker Notebook Lifecycle](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#amazon-sagemaker-notebook-lifecycle)
107-
- [EMR](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#emr)
108-
- [From source](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/install.html#from-source)
98+
- [**What is AWS Data Wrangler?**](https://aws-data-wrangler.readthedocs.io/en/2.5.0/what.html)
99+
- [**Install**](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html)
100+
- [PyPi (pip)](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#pypi-pip)
101+
- [Conda](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#conda)
102+
- [AWS Lambda Layer](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#aws-lambda-layer)
103+
- [AWS Glue Python Shell Jobs](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#aws-glue-python-shell-jobs)
104+
- [AWS Glue PySpark Jobs](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#aws-glue-pyspark-jobs)
105+
- [Amazon SageMaker Notebook](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#amazon-sagemaker-notebook)
106+
- [Amazon SageMaker Notebook Lifecycle](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#amazon-sagemaker-notebook-lifecycle)
107+
- [EMR](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#emr)
108+
- [From source](https://aws-data-wrangler.readthedocs.io/en/2.5.0/install.html#from-source)
109109
- [**Tutorials**](https://github.com/awslabs/aws-data-wrangler/tree/main/tutorials)
110110
- [001 - Introduction](https://github.com/awslabs/aws-data-wrangler/blob/main/tutorials/001%20-%20Introduction.ipynb)
111111
- [002 - Sessions](https://github.com/awslabs/aws-data-wrangler/blob/main/tutorials/002%20-%20Sessions.ipynb)
@@ -135,22 +135,22 @@ FROM "sampleDB"."sampleTable" ORDER BY time DESC LIMIT 3
135135
- [026 - Amazon Timestream](https://github.com/awslabs/aws-data-wrangler/blob/main/tutorials/026%20-%20Amazon%20Timestream.ipynb)
136136
- [027 - Amazon Timestream 2](https://github.com/awslabs/aws-data-wrangler/blob/main/tutorials/027%20-%20Amazon%20Timestream%202.ipynb)
137137
- [028 - Amazon DynamoDB](https://github.com/awslabs/aws-data-wrangler/blob/main/tutorials/028%20-%20DynamoDB.ipynb)
138-
- [**API Reference**](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html)
139-
- [Amazon S3](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-s3)
140-
- [AWS Glue Catalog](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#aws-glue-catalog)
141-
- [Amazon Athena](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-athena)
142-
- [Amazon Redshift](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-redshift)
143-
- [PostgreSQL](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#postgresql)
144-
- [MySQL](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#mysql)
145-
- [SQL Server](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#sqlserver)
146-
- [DynamoDB](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#dynamodb)
147-
- [Amazon Timestream](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-timestream)
148-
- [Amazon EMR](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-emr)
149-
- [Amazon CloudWatch Logs](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-cloudwatch-logs)
150-
- [Amazon Chime](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-chime)
151-
- [Amazon QuickSight](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#amazon-quicksight)
152-
- [AWS STS](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#aws-sts)
153-
- [AWS Secrets Manager](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html#aws-secrets-manager)
138+
- [**API Reference**](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html)
139+
- [Amazon S3](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-s3)
140+
- [AWS Glue Catalog](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#aws-glue-catalog)
141+
- [Amazon Athena](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-athena)
142+
- [Amazon Redshift](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-redshift)
143+
- [PostgreSQL](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#postgresql)
144+
- [MySQL](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#mysql)
145+
- [SQL Server](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#sqlserver)
146+
- [DynamoDB](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#dynamodb)
147+
- [Amazon Timestream](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-timestream)
148+
- [Amazon EMR](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-emr)
149+
- [Amazon CloudWatch Logs](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-cloudwatch-logs)
150+
- [Amazon Chime](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-chime)
151+
- [Amazon QuickSight](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#amazon-quicksight)
152+
- [AWS STS](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#aws-sts)
153+
- [AWS Secrets Manager](https://aws-data-wrangler.readthedocs.io/en/2.5.0/api.html#aws-secrets-manager)
154154
- [**License**](https://github.com/awslabs/aws-data-wrangler/blob/main/LICENSE.txt)
155155
- [**Contributing**](https://github.com/awslabs/aws-data-wrangler/blob/main/CONTRIBUTING.md)
156156
- [**Legacy Docs** (pre-1.0.0)](https://aws-data-wrangler.readthedocs.io/en/0.3.3/)

awswrangler/__metadata__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
__title__: str = "awswrangler"
99
__description__: str = "Pandas on AWS."
10-
__version__: str = "2.4.0"
10+
__version__: str = "2.5.0"
1111
__license__: str = "Apache License 2.0"

awswrangler/athena/_read.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -590,11 +590,11 @@ def read_sql_query(
590590
591591
**Related tutorial:**
592592
593-
- `Amazon Athena <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
593+
- `Amazon Athena <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
594594
tutorials/006%20-%20Amazon%20Athena.html>`_
595-
- `Athena Cache <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
595+
- `Athena Cache <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
596596
tutorials/019%20-%20Athena%20Cache.html>`_
597-
- `Global Configurations <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
597+
- `Global Configurations <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
598598
tutorials/021%20-%20Global%20Configurations.html>`_
599599
600600
**There are two approaches to be defined through ctas_approach parameter:**
@@ -642,7 +642,7 @@ def read_sql_query(
642642
/athena.html#Athena.Client.get_query_execution>`_ .
643643
644644
For a practical example check out the
645-
`related tutorial <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
645+
`related tutorial <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
646646
tutorials/024%20-%20Athena%20Query%20Metadata.html>`_!
647647
648648
@@ -853,11 +853,11 @@ def read_sql_table(
853853
854854
**Related tutorial:**
855855
856-
- `Amazon Athena <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
856+
- `Amazon Athena <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
857857
tutorials/006%20-%20Amazon%20Athena.html>`_
858-
- `Athena Cache <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
858+
- `Athena Cache <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
859859
tutorials/019%20-%20Athena%20Cache.html>`_
860-
- `Global Configurations <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
860+
- `Global Configurations <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
861861
tutorials/021%20-%20Global%20Configurations.html>`_
862862
863863
**There are two approaches to be defined through ctas_approach parameter:**
@@ -902,7 +902,7 @@ def read_sql_table(
902902
/athena.html#Athena.Client.get_query_execution>`_ .
903903
904904
For a practical example check out the
905-
`related tutorial <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/
905+
`related tutorial <https://aws-data-wrangler.readthedocs.io/en/2.5.0/
906906
tutorials/024%20-%20Athena%20Query%20Metadata.html>`_!
907907
908908

awswrangler/s3/_read_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def read_parquet_table(
684684
This function MUST return a bool, True to read the partition or False to ignore it.
685685
Ignored if `dataset=False`.
686686
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
687-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
687+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
688688
columns : List[str], optional
689689
Names of columns to read from the file(s).
690690
validate_schema:

awswrangler/s3/_read_text.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def read_csv(
217217
This function MUST return a bool, True to read the partition or False to ignore it.
218218
Ignored if `dataset=False`.
219219
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
220-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
220+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
221221
pandas_kwargs :
222222
KEYWORD arguments forwarded to pandas.read_csv(). You can NOT pass `pandas_kwargs` explicit, just add valid
223223
Pandas arguments in the function call and Wrangler will accept it.
@@ -359,7 +359,7 @@ def read_fwf(
359359
This function MUST return a bool, True to read the partition or False to ignore it.
360360
Ignored if `dataset=False`.
361361
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
362-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
362+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
363363
pandas_kwargs:
364364
KEYWORD arguments forwarded to pandas.read_fwf(). You can NOT pass `pandas_kwargs` explicit, just add valid
365365
Pandas arguments in the function call and Wrangler will accept it.
@@ -505,7 +505,7 @@ def read_json(
505505
This function MUST return a bool, True to read the partition or False to ignore it.
506506
Ignored if `dataset=False`.
507507
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
508-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
508+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
509509
pandas_kwargs:
510510
KEYWORD arguments forwarded to pandas.read_json(). You can NOT pass `pandas_kwargs` explicit, just add valid
511511
Pandas arguments in the function call and Wrangler will accept it.

awswrangler/s3/_write_parquet.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,18 +291,18 @@ def to_parquet( # pylint: disable=too-many-arguments,too-many-locals
291291
concurrent_partitioning: bool
292292
If True will increase the parallelism level during the partitions writing. It will decrease the
293293
writing time and increase the memory usage.
294-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
294+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
295295
mode: str, optional
296296
``append`` (Default), ``overwrite``, ``overwrite_partitions``. Only takes effect if dataset=True.
297297
For details check the related tutorial:
298-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/stubs/awswrangler.s3.to_parquet.html#awswrangler.s3.to_parquet
298+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/stubs/awswrangler.s3.to_parquet.html#awswrangler.s3.to_parquet
299299
catalog_versioning : bool
300300
If True and `mode="overwrite"`, creates an archived version of the table catalog before updating it.
301301
schema_evolution : bool
302302
If True allows schema evolution (new or missing columns), otherwise a exception will be raised.
303303
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
304304
Related tutorial:
305-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/014%20-%20Schema%20Evolution.html
305+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/014%20-%20Schema%20Evolution.html
306306
database : str, optional
307307
Glue/Athena catalog: Database name.
308308
table : str, optional

awswrangler/s3/_write_text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ def to_csv( # pylint: disable=too-many-arguments,too-many-locals,too-many-state
173173
concurrent_partitioning: bool
174174
If True will increase the parallelism level during the partitions writing. It will decrease the
175175
writing time and increase the memory usage.
176-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
176+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
177177
mode : str, optional
178178
``append`` (Default), ``overwrite``, ``overwrite_partitions``. Only takes effect if dataset=True.
179179
For details check the related tutorial:
180-
https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/stubs/awswrangler.s3.to_parquet.html#awswrangler.s3.to_parquet
180+
https://aws-data-wrangler.readthedocs.io/en/2.5.0/stubs/awswrangler.s3.to_parquet.html#awswrangler.s3.to_parquet
181181
catalog_versioning : bool
182182
If True and `mode="overwrite"`, creates an archived version of the table catalog before updating it.
183183
database : str, optional

building/build-lambda-layers.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ docker run \
2020
awswrangler-build-py36 \
2121
build-lambda-layer.sh "${VERSION}-py3.6" "ninja"
2222

23-
# Python 3.7
24-
docker run \
25-
--volume "$DIR_NAME":/aws-data-wrangler/ \
26-
--workdir /aws-data-wrangler/building/lambda \
27-
--rm \
28-
-it \
29-
awswrangler-build-py37 \
30-
build-lambda-layer.sh "${VERSION}-py3.7" "ninja"
23+
# # Python 3.7
24+
# docker run \
25+
# --volume "$DIR_NAME":/aws-data-wrangler/ \
26+
# --workdir /aws-data-wrangler/building/lambda \
27+
# --rm \
28+
# -it \
29+
# awswrangler-build-py37 \
30+
# build-lambda-layer.sh "${VERSION}-py3.7" "ninja"
3131

32-
# Python 3.8
33-
docker run \
34-
--volume "$DIR_NAME":/aws-data-wrangler/ \
35-
--workdir /aws-data-wrangler/building/lambda \
36-
--rm \
37-
-it \
38-
awswrangler-build-py38 \
39-
build-lambda-layer.sh "${VERSION}-py3.8" "ninja-build"
32+
# # Python 3.8
33+
# docker run \
34+
# --volume "$DIR_NAME":/aws-data-wrangler/ \
35+
# --workdir /aws-data-wrangler/building/lambda \
36+
# --rm \
37+
# -it \
38+
# awswrangler-build-py38 \
39+
# build-lambda-layer.sh "${VERSION}-py3.8" "ninja-build"

0 commit comments

Comments
 (0)