@@ -524,9 +524,12 @@ def read_sql_query(
524524
525525 **Related tutorial:**
526526
527- - `Amazon Athena <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/006%20-%20Amazon%20Athena.ipynb>`_
528- - `Athena Cache <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/019%20-%20Athena%20Cache.ipynb>`_
529- - `Global Configurations <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/021%20-%20Global%20Configurations.ipynb>`_
527+ - `Amazon Athena <https://github.com/awslabs/aws-data-wrangler/blob/
528+ master/tutorials/006%20-%20Amazon%20Athena.ipynb>`_
529+ - `Athena Cache <https://github.com/awslabs/aws-data-wrangler/blob/
530+ master/tutorials/019%20-%20Athena%20Cache.ipynb>`_
531+ - `Global Configurations <https://github.com/awslabs/aws-data-wrangler/blob/
532+ master/tutorials/021%20-%20Global%20Configurations.ipynb>`_
530533
531534 **There are two approaches to be defined through ctas_approach parameter:**
532535
@@ -567,10 +570,12 @@ def read_sql_query(
567570 ----
568571 The resulting DataFrame (or every DataFrame in the returned Iterator for chunked queries) have a
569572 `query_metadata` attribute, which brings the query result metadata returned by
570- `Boto3/Athena <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.get_query_execution>`_ .
573+ `Boto3/Athena <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services
574+ /athena.html#Athena.Client.get_query_execution>`_ .
571575
572576 For a pratical example check out the
573- `related tutorial <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/024%20-%20Athena%20Query%20Metadata.ipynb>`_!
577+ `related tutorial <https://github.com/awslabs/aws-data-wrangler/blob/
578+ master/tutorials/024%20-%20Athena%20Query%20Metadata.ipynb>`_!
574579
575580
576581 Note
@@ -728,9 +733,12 @@ def read_sql_table(
728733
729734 **Related tutorial:**
730735
731- - `Amazon Athena <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/006%20-%20Amazon%20Athena.ipynb>`_
732- - `Athena Cache <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/019%20-%20Athena%20Cache.ipynb>`_
733- - `Global Configurations <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/021%20-%20Global%20Configurations.ipynb>`_
736+ - `Amazon Athena <https://github.com/awslabs/aws-data-wrangler/blob/
737+ master/tutorials/006%20-%20Amazon%20Athena.ipynb>`_
738+ - `Athena Cache <https://github.com/awslabs/aws-data-wrangler/blob/
739+ master/tutorials/019%20-%20Athena%20Cache.ipynb>`_
740+ - `Global Configurations <https://github.com/awslabs/aws-data-wrangler/blob/
741+ master/tutorials/021%20-%20Global%20Configurations.ipynb>`_
734742
735743 **There are two approaches to be defined through ctas_approach parameter:**
736744
@@ -770,10 +778,12 @@ def read_sql_table(
770778 ----
771779 The resulting DataFrame (or every DataFrame in the returned Iterator for chunked queries) have a
772780 `query_metadata` attribute, which brings the query result metadata returned by
773- `Boto3/Athena <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.get_query_execution>`_ .
781+ `Boto3/Athena <https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services
782+ /athena.html#Athena.Client.get_query_execution>`_ .
774783
775784 For a pratical example check out the
776- `related tutorial <https://github.com/awslabs/aws-data-wrangler/blob/master/tutorials/024%20-%20Athena%20Query%20Metadata.ipynb>`_!
785+ `related tutorial <https://github.com/awslabs/aws-data-wrangler/blob/master/
786+ tutorials/024%20-%20Athena%20Query%20Metadata.ipynb>`_!
777787
778788
779789 Note
0 commit comments