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/what.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ SecretManager, PostgreSQL, MySQL, SQLServer and S3 (Parquet, CSV, JSON and EXCEL
8
8
9
9
Built on top of other open-source projects like `Pandas <https://github.com/pandas-dev/pandas>`_, `Apache Arrow <https://github.com/apache/arrow>`_ and `Boto3 <https://github.com/boto/boto3>`_, it offers abstracted functions to execute usual ETL tasks like load/unload data from **Data Lakes**, **Data Warehouses** and **Databases**.
10
10
11
-
Check our `tutorials <https://github.com/awslabs/aws-data-wrangler/tree/main/tutorials>`_ or the `list of functionalities <https://aws-data-wrangler.readthedocs.io/en/stable/api.html>`_.
11
+
Check our `tutorials <https://github.com/awslabs/aws-data-wrangler/tree/main/tutorials>`_ or the `list of functionalities <https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html>`_.
Copy file name to clipboardExpand all lines: tutorials/001 - Introduction.ipynb
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
"\n",
20
20
"Built on top of other open-source projects like [Pandas](https://github.com/pandas-dev/pandas), [Apache Arrow](https://github.com/apache/arrow) and [Boto3](https://github.com/boto/boto3), it offers abstracted functions to execute usual ETL tasks like load/unload data from **Data Lakes**, **Data Warehouses** and **Databases**.\n",
21
21
"\n",
22
-
"Check our [list of functionalities](https://aws-data-wrangler.readthedocs.io/en/stable/api.html)."
22
+
"Check our [list of functionalities](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html)."
23
23
]
24
24
},
25
25
{
@@ -30,15 +30,15 @@
30
30
"\n",
31
31
"The Wrangler runs almost anywhere over Python 3.6, 3.7 and 3.8, so there are several different ways to install it in the desired enviroment.\n",
Copy file name to clipboardExpand all lines: tutorials/007 - Redshift, MySQL, PostgreSQL, SQL Server.ipynb
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
"\n",
11
11
"[Wrangler](https://github.com/awslabs/aws-data-wrangler)'s Redshift, MySQL and PostgreSQL have two basic function in common that tries to follow the Pandas conventions, but add more data type consistency.\n",
"- [wr.s3.store_parquet_metadata()](https://aws-data-wrangler.readthedocs.io/en/stable/stubs/awswrangler.s3.store_parquet_metadata.html#awswrangler.s3.store_parquet_metadata) i.e. \"Crawler\""
"- [wr.s3.store_parquet_metadata()](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/stubs/awswrangler.s3.store_parquet_metadata.html#awswrangler.s3.store_parquet_metadata) i.e. \"Crawler\""
Copy file name to clipboardExpand all lines: tutorials/021 - Global Configurations.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
"- **Environment variables**\n",
14
14
"- **wr.config**\n",
15
15
"\n",
16
-
"*P.S. Check the [function API doc](https://aws-data-wrangler.readthedocs.io/en/stable/api.html) to see if your function has some argument that can be configured through Global configurations.*\n",
16
+
"*P.S. Check the [function API doc](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html) to see if your function has some argument that can be configured through Global configurations.*\n",
17
17
"\n",
18
18
"*P.P.S. One exception to the above mentioned rules is the `botocore_config` property. It cannot be set through environment variables\n",
19
19
"but only via `wr.config`. It will be used as the `botocore.config.Config` for all underlying `boto3` calls.\n",
Copy file name to clipboardExpand all lines: tutorials/022 - Writing Partitions Concurrently.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
" If True will increase the parallelism level during the partitions writing. It will decrease the\n",
14
14
" writing time and increase the memory usage.\n",
15
15
"\n",
16
-
"*P.S. Check the [function API doc](https://aws-data-wrangler.readthedocs.io/en/stable/api.html) to see it has some argument that can be configured through Global configurations.*"
16
+
"*P.S. Check the [function API doc](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html) to see it has some argument that can be configured through Global configurations.*"
Copy file name to clipboardExpand all lines: tutorials/023 - Flexible Partitions Filter.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
" - Ignored if `dataset=False`.\n",
17
17
"\n",
18
18
"\n",
19
-
"*P.S. Check the [function API doc](https://aws-data-wrangler.readthedocs.io/en/stable/api.html) to see it has some argument that can be configured through Global configurations.*"
19
+
"*P.S. Check the [function API doc](https://aws-data-wrangler.readthedocs.io/en/2.4.0-docs/api.html) to see it has some argument that can be configured through Global configurations.*"
0 commit comments