Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 862e62d

Browse files
chore: Prepare 3.9.1 release (#2936)
1 parent 1d305fb commit 862e62d

23 files changed

+110
-110
lines changed

‎.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.9.0"
2+
current_version = "3.9.1"
33
commit = false
44
tag = false
55
tag_name = "{new_version}"

‎README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -94,27 +94,27 @@ FROM "sampleDB"."sampleTable" ORDER BY time DESC LIMIT 3
9494
## At scale
9595
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.
9696

97-
Read our [docs](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/scale.html) or head to our latest [tutorials](https://github.com/aws/aws-sdk-pandas/tree/main/tutorials) to learn more.
97+
Read our [docs](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/scale.html) or head to our latest [tutorials](https://github.com/aws/aws-sdk-pandas/tree/main/tutorials) to learn more.
9898

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

103-
- [**What is AWS SDK for pandas?**](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/about.html)
104-
- [**Install**](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html)
105-
- [PyPi (pip)](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#pypi-pip)
106-
- [Conda](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#conda)
107-
- [AWS Lambda Layer](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#aws-lambda-layer)
108-
- [AWS Glue Python Shell Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#aws-glue-python-shell-jobs)
109-
- [AWS Glue PySpark Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#aws-glue-pyspark-jobs)
110-
- [Amazon SageMaker Notebook](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#amazon-sagemaker-notebook)
111-
- [Amazon SageMaker Notebook Lifecycle](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#amazon-sagemaker-notebook-lifecycle)
112-
- [EMR](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#emr)
113-
- [From source](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/install.html#from-source)
114-
- [**At scale**](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/scale.html)
115-
- [Getting Started](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/scale.html#getting-started)
116-
- [Supported APIs](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/scale.html#supported-apis)
117-
- [Resources](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/scale.html#resources)
103+
- [**What is AWS SDK for pandas?**](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/about.html)
104+
- [**Install**](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html)
105+
- [PyPi (pip)](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#pypi-pip)
106+
- [Conda](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#conda)
107+
- [AWS Lambda Layer](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#aws-lambda-layer)
108+
- [AWS Glue Python Shell Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#aws-glue-python-shell-jobs)
109+
- [AWS Glue PySpark Jobs](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#aws-glue-pyspark-jobs)
110+
- [Amazon SageMaker Notebook](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#amazon-sagemaker-notebook)
111+
- [Amazon SageMaker Notebook Lifecycle](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#amazon-sagemaker-notebook-lifecycle)
112+
- [EMR](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#emr)
113+
- [From source](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/install.html#from-source)
114+
- [**At scale**](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/scale.html)
115+
- [Getting Started](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/scale.html#getting-started)
116+
- [Supported APIs](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/scale.html#supported-apis)
117+
- [Resources](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/scale.html#resources)
118118
- [**Tutorials**](https://github.com/aws/aws-sdk-pandas/tree/main/tutorials)
119119
- [001 - Introduction](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/001%20-%20Introduction.ipynb)
120120
- [002 - Sessions](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/002%20-%20Sessions.ipynb)
@@ -155,30 +155,30 @@ Read our [docs](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/scale.html) or he
155155
- [039 - Athena Iceberg](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/039%20-%20Athena%20Iceberg.ipynb)
156156
- [040 - EMR Serverless](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/040%20-%20EMR%20Serverless.ipynb)
157157
- [041 - Apache Spark on Amazon Athena](https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/041%20-%20Apache%20Spark%20on%20Amazon%20Athena.ipynb)
158-
- [**API Reference**](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html)
159-
- [Amazon S3](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-s3)
160-
- [AWS Glue Catalog](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#aws-glue-catalog)
161-
- [Amazon Athena](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-athena)
162-
- [Amazon Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-redshift)
163-
- [PostgreSQL](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#postgresql)
164-
- [MySQL](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#mysql)
165-
- [SQL Server](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#sqlserver)
166-
- [Oracle](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#oracle)
167-
- [Data API Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#data-api-redshift)
168-
- [Data API RDS](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#data-api-rds)
169-
- [OpenSearch](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#opensearch)
170-
- [AWS Glue Data Quality](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#aws-glue-data-quality)
171-
- [Amazon Neptune](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-neptune)
172-
- [DynamoDB](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#dynamodb)
173-
- [Amazon Timestream](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-timestream)
174-
- [Amazon EMR](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-emr)
175-
- [Amazon CloudWatch Logs](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-cloudwatch-logs)
176-
- [Amazon Chime](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-chime)
177-
- [Amazon QuickSight](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#amazon-quicksight)
178-
- [AWS STS](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#aws-sts)
179-
- [AWS Secrets Manager](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#aws-secrets-manager)
180-
- [Global Configurations](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#global-configurations)
181-
- [Distributed - Ray](https://aws-sdk-pandas.readthedocs.io/en/3.9.0/api.html#distributed-ray)
158+
- [**API Reference**](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html)
159+
- [Amazon S3](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-s3)
160+
- [AWS Glue Catalog](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#aws-glue-catalog)
161+
- [Amazon Athena](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-athena)
162+
- [Amazon Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-redshift)
163+
- [PostgreSQL](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#postgresql)
164+
- [MySQL](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#mysql)
165+
- [SQL Server](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#sqlserver)
166+
- [Oracle](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#oracle)
167+
- [Data API Redshift](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#data-api-redshift)
168+
- [Data API RDS](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#data-api-rds)
169+
- [OpenSearch](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#opensearch)
170+
- [AWS Glue Data Quality](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#aws-glue-data-quality)
171+
- [Amazon Neptune](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-neptune)
172+
- [DynamoDB](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#dynamodb)
173+
- [Amazon Timestream](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-timestream)
174+
- [Amazon EMR](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-emr)
175+
- [Amazon CloudWatch Logs](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-cloudwatch-logs)
176+
- [Amazon Chime](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-chime)
177+
- [Amazon QuickSight](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#amazon-quicksight)
178+
- [AWS STS](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#aws-sts)
179+
- [AWS Secrets Manager](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#aws-secrets-manager)
180+
- [Global Configurations](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#global-configurations)
181+
- [Distributed - Ray](https://aws-sdk-pandas.readthedocs.io/en/3.9.1/api.html#distributed-ray)
182182
- [**License**](https://github.com/aws/aws-sdk-pandas/blob/main/LICENSE.txt)
183183
- [**Contributing**](https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md)
184184

‎VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.0
1+
3.9.1

‎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 = "3.9.0"
10+
__version__: str = "3.9.1"
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
@@ -794,11 +794,11 @@ def read_sql_query(
794794
795795
**Related tutorial:**
796796
797-
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
797+
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
798798
tutorials/006%20-%20Amazon%20Athena.html>`_
799-
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
799+
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
800800
tutorials/019%20-%20Athena%20Cache.html>`_
801-
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
801+
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
802802
tutorials/021%20-%20Global%20Configurations.html>`_
803803
804804
**There are three approaches available through ctas_approach and unload_approach parameters:**
@@ -862,7 +862,7 @@ def read_sql_query(
862862
/athena.html#Athena.Client.get_query_execution>`_ .
863863
864864
For a practical example check out the
865-
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
865+
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
866866
tutorials/024%20-%20Athena%20Query%20Metadata.html>`_!
867867
868868
@@ -1139,11 +1139,11 @@ def read_sql_table(
11391139
11401140
**Related tutorial:**
11411141
1142-
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
1142+
- `Amazon Athena <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
11431143
tutorials/006%20-%20Amazon%20Athena.html>`_
1144-
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
1144+
- `Athena Cache <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
11451145
tutorials/019%20-%20Athena%20Cache.html>`_
1146-
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
1146+
- `Global Configurations <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
11471147
tutorials/021%20-%20Global%20Configurations.html>`_
11481148
11491149
**There are three approaches available through ctas_approach and unload_approach parameters:**
@@ -1207,7 +1207,7 @@ def read_sql_table(
12071207
/athena.html#Athena.Client.get_query_execution>`_ .
12081208
12091209
For a practical example check out the
1210-
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.9.0/
1210+
`related tutorial <https://aws-sdk-pandas.readthedocs.io/en/3.9.1/
12111211
tutorials/024%20-%20Athena%20Query%20Metadata.html>`_!
12121212
12131213

‎awswrangler/catalog/_create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ def create_csv_table(
11151115
If True allows schema evolution (new or missing columns), otherwise a exception will be raised.
11161116
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
11171117
Related tutorial:
1118-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/014%20-%20Schema%20Evolution.html
1118+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/014%20-%20Schema%20Evolution.html
11191119
sep : str
11201120
String of length 1. Field delimiter for the output file.
11211121
skip_header_line_count : Optional[int]
@@ -1300,7 +1300,7 @@ def create_json_table(
13001300
If True allows schema evolution (new or missing columns), otherwise a exception will be raised.
13011301
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
13021302
Related tutorial:
1303-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/014%20-%20Schema%20Evolution.html
1303+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/014%20-%20Schema%20Evolution.html
13041304
serde_library : Optional[str]
13051305
Specifies the SerDe Serialization library which will be used. You need to provide the Class library name
13061306
as a string.

‎awswrangler/s3/_read_orc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def read_orc(
225225
must return a bool, True to read the partition or False to ignore it.
226226
Ignored if `dataset=False`.
227227
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
228-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
228+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
229229
columns : List[str], optional
230230
List of columns to read from the file(s).
231231
validate_schema : bool, default False
@@ -385,7 +385,7 @@ def read_orc_table(
385385
must return a bool, True to read the partition or False to ignore it.
386386
Ignored if `dataset=False`.
387387
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
388-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
388+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
389389
columns : List[str], optional
390390
List of columns to read from the file(s).
391391
validate_schema : bool, default False

‎awswrangler/s3/_read_parquet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def read_parquet(
398398
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.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
401+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
402402
columns : List[str], optional
403403
List of columns to read from the file(s).
404404
validate_schema : bool, default False
@@ -640,7 +640,7 @@ def read_parquet_table(
640640
must return a bool, True to read the partition or False to ignore it.
641641
Ignored if `dataset=False`.
642642
E.g ``lambda x: True if x["year"] == "2020" and x["month"] == "1" else False``
643-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
643+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
644644
columns : List[str], optional
645645
List of columns to read from the file(s).
646646
validate_schema : bool, default False

‎awswrangler/s3/_read_text.py

Lines changed: 3 additions & 3 deletions
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.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
239+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/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.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
401+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/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.9.0/tutorials/023%20-%20Flexible%20Partitions%20Filter.html
570+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def to_orc(
407407
concurrent_partitioning: bool
408408
If True will increase the parallelism level during the partitions writing. It will decrease the
409409
writing time and increase the memory usage.
410-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
410+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/022%20-%20Writing%20Partitions%20Concurrently.html
411411
mode: str, optional
412412
``append`` (Default), ``overwrite``, ``overwrite_partitions``. Only takes effect if dataset=True.
413413
catalog_versioning : bool
@@ -416,7 +416,7 @@ def to_orc(
416416
If True allows schema evolution (new or missing columns), otherwise a exception will be raised. True by default.
417417
(Only considered if dataset=True and mode in ("append", "overwrite_partitions"))
418418
Related tutorial:
419-
https://aws-sdk-pandas.readthedocs.io/en/3.9.0/tutorials/014%20-%20Schema%20Evolution.html
419+
https://aws-sdk-pandas.readthedocs.io/en/3.9.1/tutorials/014%20-%20Schema%20Evolution.html
420420
database : str, optional
421421
Glue/Athena catalog: Database name.
422422
table : str, optional

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /