Skip to content

Commit f05d332

Browse files
chore: Bump version to 3.7.2 (#2746)
1 parent ff445a0 commit f05d332

23 files changed

+110
-110
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.7.2b1"
2+
current_version = "3.7.2"
33
commit = false
44
tag = false
55
tag_name = "{new_version}"

README.md

+40-40
Original file line numberDiff line numberDiff line change
@@ -100,27 +100,27 @@ FROM "sampleDB"."sampleTable" ORDER BY time DESC LIMIT 3
100100
## At scale
101101
AWS SDK for pandas can also run your workflows at scale by leveraging [Modin](https://modin.readthedocs.io/en/stable/) and [Ray](https://www.ray.io/). Both projects aim to speed up data workloads by distributing processing over a cluster of workers.
102102

103-
The quickest way to get started is to use AWS Glue with Ray. Read our [docs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/scale.html), our blogs ([1](https://aws.amazon.com/blogs/big-data/scale-aws-sdk-for-pandas-workloads-with-aws-glue-for-ray/)/[2](https://aws.amazon.com/blogs/big-data/advanced-patterns-with-aws-sdk-for-pandas-on-aws-glue-for-ray/)), or head to our latest [tutorials](https://github.com/aws/aws-sdk-pandas/tree/main/tutorials) to discover even more features.
103+
The quickest way to get started is to use AWS Glue with Ray. Read our [docs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/scale.html), our blogs ([1](https://aws.amazon.com/blogs/big-data/scale-aws-sdk-for-pandas-workloads-with-aws-glue-for-ray/)/[2](https://aws.amazon.com/blogs/big-data/advanced-patterns-with-aws-sdk-for-pandas-on-aws-glue-for-ray/)), or head to our latest [tutorials](https://github.com/aws/aws-sdk-pandas/tree/main/tutorials) to discover even more features.
104104

105105
> ⚠️ **Ray is currently not available for Python 3.12. While AWS SDK for pandas supports Python 3.12, it cannot be used at scale.**
106106
107107
## [Read The Docs](https://aws-sdk-pandas.readthedocs.io/)
108108

109-
- [**What is AWS SDK for pandas?**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/about.html)
110-
- [**Install**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html)
111-
- [PyPi (pip)](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#pypi-pip)
112-
- [Conda](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#conda)
113-
- [AWS Lambda Layer](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#aws-lambda-layer)
114-
- [AWS Glue Python Shell Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#aws-glue-python-shell-jobs)
115-
- [AWS Glue PySpark Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#aws-glue-pyspark-jobs)
116-
- [Amazon SageMaker Notebook](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#amazon-sagemaker-notebook)
117-
- [Amazon SageMaker Notebook Lifecycle](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#amazon-sagemaker-notebook-lifecycle)
118-
- [EMR](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#emr)
119-
- [From source](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/install.html#from-source)
120-
- [**At scale**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/scale.html)
121-
- [Getting Started](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/scale.html#getting-started)
122-
- [Supported APIs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/scale.html#supported-apis)
123-
- [Resources](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/scale.html#resources)
109+
- [**What is AWS SDK for pandas?**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/about.html)
110+
- [**Install**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html)
111+
- [PyPi (pip)](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#pypi-pip)
112+
- [Conda](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#conda)
113+
- [AWS Lambda Layer](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#aws-lambda-layer)
114+
- [AWS Glue Python Shell Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#aws-glue-python-shell-jobs)
115+
- [AWS Glue PySpark Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#aws-glue-pyspark-jobs)
116+
- [Amazon SageMaker Notebook](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#amazon-sagemaker-notebook)
117+
- [Amazon SageMaker Notebook Lifecycle](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#amazon-sagemaker-notebook-lifecycle)
118+
- [EMR](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#emr)
119+
- [From source](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/install.html#from-source)
120+
- [**At scale**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/scale.html)
121+
- [Getting Started](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/scale.html#getting-started)
122+
- [Supported APIs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/scale.html#supported-apis)
123+
- [Resources](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/scale.html#resources)
124124
- [**Tutorials**](https://github.com/aws/aws-sdk-pandas/tree/main/tutorials)
125125
- [001 - Introduction](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/001%20-%20Introduction.ipynb)
126126
- [002 - Sessions](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/002%20-%20Sessions.ipynb)
@@ -162,30 +162,30 @@ The quickest way to get started is to use AWS Glue with Ray. Read our [docs](htt
162162
- [039 - Athena Iceberg](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/039%20-%20Athena%20Iceberg.ipynb)
163163
- [040 - EMR Serverless](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/040%20-%20EMR%20Serverless.ipynb)
164164
- [041 - Apache Spark on Amazon Athena](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/041%20-%20Apache%20Spark%20on%20Amazon%20Athena.ipynb)
165-
- [**API Reference**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html)
166-
- [Amazon S3](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-s3)
167-
- [AWS Glue Catalog](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#aws-glue-catalog)
168-
- [Amazon Athena](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-athena)
169-
- [Amazon Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-redshift)
170-
- [PostgreSQL](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#postgresql)
171-
- [MySQL](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#mysql)
172-
- [SQL Server](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#sqlserver)
173-
- [Oracle](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#oracle)
174-
- [Data API Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#data-api-redshift)
175-
- [Data API RDS](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#data-api-rds)
176-
- [OpenSearch](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#opensearch)
177-
- [AWS Glue Data Quality](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#aws-glue-data-quality)
178-
- [Amazon Neptune](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-neptune)
179-
- [DynamoDB](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#dynamodb)
180-
- [Amazon Timestream](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-timestream)
181-
- [Amazon EMR](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-emr)
182-
- [Amazon CloudWatch Logs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-cloudwatch-logs)
183-
- [Amazon Chime](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-chime)
184-
- [Amazon QuickSight](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#amazon-quicksight)
185-
- [AWS STS](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#aws-sts)
186-
- [AWS Secrets Manager](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#aws-secrets-manager)
187-
- [Global Configurations](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#global-configurations)
188-
- [Distributed - Ray](https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/api.html#distributed-ray)
165+
- [**API Reference**](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html)
166+
- [Amazon S3](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-s3)
167+
- [AWS Glue Catalog](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#aws-glue-catalog)
168+
- [Amazon Athena](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-athena)
169+
- [Amazon Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-redshift)
170+
- [PostgreSQL](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#postgresql)
171+
- [MySQL](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#mysql)
172+
- [SQL Server](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#sqlserver)
173+
- [Oracle](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#oracle)
174+
- [Data API Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#data-api-redshift)
175+
- [Data API RDS](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#data-api-rds)
176+
- [OpenSearch](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#opensearch)
177+
- [AWS Glue Data Quality](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#aws-glue-data-quality)
178+
- [Amazon Neptune](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-neptune)
179+
- [DynamoDB](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#dynamodb)
180+
- [Amazon Timestream](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-timestream)
181+
- [Amazon EMR](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-emr)
182+
- [Amazon CloudWatch Logs](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-cloudwatch-logs)
183+
- [Amazon Chime](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-chime)
184+
- [Amazon QuickSight](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#amazon-quicksight)
185+
- [AWS STS](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#aws-sts)
186+
- [AWS Secrets Manager](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#aws-secrets-manager)
187+
- [Global Configurations](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#global-configurations)
188+
- [Distributed - Ray](https://aws-sdk-pandas.readthedocs.io/en/3.7.2/api.html#distributed-ray)
189189
- [**License**](https://github.com/aws/aws-sdk-pandas/blob/main/LICENSE.txt)
190190
- [**Contributing**](https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md)
191191

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.2b1
1+
3.7.2

awswrangler/__metadata__.py

+1-1
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 = "3.7.2b1"
10+
__version__: str = "3.7.2"
1111
__license__: str = "Apache License 2.0"

awswrangler/athena/_read.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -793,11 +793,11 @@ def read_sql_query(
793793
794794
**Related tutorial:**
795795
796-
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
796+
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
797797
tutorials/006%20-%20Amazon%20Athena.html>`_
798-
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
798+
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
799799
tutorials/019%20-%20Athena%20Cache.html>`_
800-
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
800+
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
801801
tutorials/021%20-%20Global%20Configurations.html>`_
802802
803803
**There are three approaches available through ctas_approach and unload_approach parameters:**
@@ -861,7 +861,7 @@ def read_sql_query(
861861
/athena.html#Athena.Client.get_query_execution>`_ .
862862
863863
For a practical example check out the
864-
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
864+
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
865865
tutorials/024%20-%20Athena%20Query%20Metadata.html>`_!
866866
867867
@@ -1138,11 +1138,11 @@ def read_sql_table(
11381138
11391139
**Related tutorial:**
11401140
1141-
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
1141+
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
11421142
tutorials/006%20-%20Amazon%20Athena.html>`_
1143-
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
1143+
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
11441144
tutorials/019%20-%20Athena%20Cache.html>`_
1145-
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
1145+
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
11461146
tutorials/021%20-%20Global%20Configurations.html>`_
11471147
11481148
**There are three approaches available through ctas_approach and unload_approach parameters:**
@@ -1206,7 +1206,7 @@ def read_sql_table(
12061206
/athena.html#Athena.Client.get_query_execution>`_ .
12071207
12081208
For a practical example check out the
1209-
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/
1209+
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.7.2/
12101210
tutorials/024%20-%20Athena%20Query%20Metadata.html>`_!
12111211
12121212

awswrangler/catalog/_create.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def create_csv_table(
10801080
If True allows schema evolution (new or missing columns), otherwise a exception will be raised.
10811081
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
10821082
Related tutorial:
1083-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/014%20-%20Schema%20Evolution.html
1083+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/014%20-%20Schema%20Evolution.html
10841084
sep : str
10851085
String of length 1. Field delimiter for the output file.
10861086
skip_header_line_count : Optional[int]
@@ -1261,7 +1261,7 @@ def create_json_table(
12611261
If True allows schema evolution (new or missing columns), otherwise a exception will be raised.
12621262
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
12631263
Related tutorial:
1264-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/014%20-%20Schema%20Evolution.html
1264+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/014%20-%20Schema%20Evolution.html
12651265
serde_library : Optional[str]
12661266
Specifies the SerDe Serialization library which will be used. You need to provide the Class library name
12671267
as a string.

awswrangler/s3/_read_orc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def read_orc(
224224
must return a bool, True to read the partition or False to ignore it.
225225
Ignored if `dataset=False`.
226226
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
227-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
227+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
228228
columns : List[str], optional
229229
List of columns to read from the file(s).
230230
validate_schema : bool, default False
@@ -386,7 +386,7 @@ def read_orc_table(
386386
must return a bool, True to read the partition or False to ignore it.
387387
Ignored if `dataset=False`.
388388
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
389-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
389+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
390390
columns : List[str], optional
391391
List of columns to read from the file(s).
392392
validate_schema : bool, default False

awswrangler/s3/_read_parquet.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def read_parquet(
397397
must return a bool, True to read the partition or False to ignore it.
398398
Ignored if `dataset=False`.
399399
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
400-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
400+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
401401
columns : List[str], optional
402402
List of columns to read from the file(s).
403403
validate_schema : bool, default False
@@ -639,7 +639,7 @@ def read_parquet_table(
639639
must return a bool, True to read the partition or False to ignore it.
640640
Ignored if `dataset=False`.
641641
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
642-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
642+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
643643
columns : List[str], optional
644644
List of columns to read from the file(s).
645645
validate_schema : bool, default False

awswrangler/s3/_read_text.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def read_csv(
236236
This function MUST return a bool, True to read the partition or False to ignore it.
237237
Ignored if `dataset=False`.
238238
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
239-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
239+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
240240
s3_additional_kwargs: dict[str, Any], optional
241241
Forwarded to botocore requests.
242242
ray_args: typing.RaySettings, optional
@@ -398,7 +398,7 @@ def read_fwf(
398398
This function MUST return a bool, True to read the partition or False to ignore it.
399399
Ignored if `dataset=False`.
400400
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
401-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
401+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
402402
s3_additional_kwargs: dict[str, Any], optional
403403
Forwarded to botocore requests.
404404
ray_args: typing.RaySettings, optional
@@ -567,7 +567,7 @@ def read_json(
567567
This function MUST return a bool, True to read the partition or False to ignore it.
568568
Ignored if `dataset=False`.
569569
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
570-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
570+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
571571
s3_additional_kwargs: dict[str, Any], optional
572572
Forwarded to botocore requests.
573573
ray_args: typing.RaySettings, optional

awswrangler/s3/_write_orc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def to_orc(
405405
concurrent_partitioning: bool
406406
If True will increase the parallelism level during the partitions writing. It will decrease the
407407
writing time and increase the memory usage.
408-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
408+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
409409
mode: str, optional
410410
``append`` (Default), ``overwrite``, ``overwrite_partitions``. Only takes effect if dataset=True.
411411
catalog_versioning : bool
@@ -414,7 +414,7 @@ def to_orc(
414414
If True allows schema evolution (new or missing columns), otherwise a exception will be raised. True by default.
415415
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
416416
Related tutorial:
417-
https://aws-sdk-pandas.readthedocs.io/en/3.7.2b1/tutorials/014%20-%20Schema%20Evolution.html
417+
https://aws-sdk-pandas.readthedocs.io/en/3.7.2/tutorials/014%20-%20Schema%20Evolution.html
418418
database : str, optional
419419
Glue/Athena catalog: Database name.
420420
table : str, optional

0 commit comments

Comments
 (0)