aws / aws-sdk-pandas

pandas on AWS - Easy integration with Athena, Glue, Redshift, Timestream, Neptune, OpenSearch, QuickSight, Chime, CloudWatchLogs, DynamoDB, EMR, SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL).
https://aws-sdk-pandas.readthedocs.io
Apache License 2.0
3.94k stars 702 forks source link

Environment variable WR_CTAS_APPROACH never work #2965

Closed uniocto closed 1 month ago

uniocto commented 2 months ago

Describe the bug

Hi.

I'm using aws wrangler v3.9.1.

I tried setting it as an environment variable WR_CTAS_APPROACH according to the document below, but it didn't work. I'd appreciate it if you could look into it a bit.

https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/021%20-%20Global%20Configurations.ipynb

How to Reproduce

*P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.*

following tutorial doc. https://github.com/aws/aws-sdk-pandas/blob/main/tutorials/021%20-%20Global%20Configurations.ipynb

Expected behavior

Set ctas_approach=False

Your project

No response

Screenshots

No response

OS

Debian GNU/Linux 12

Python version

3.10.12

AWS SDK for pandas version

3.9.1

Additional context

No response