Skip to content

Commit 95ef850

Browse files
committed
Fix Athena Query Metadata tutorial (24).
1 parent 370eafa commit 95ef850

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tutorials/024 - Athena Query Metadata.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
"\n",
99
"# 24 - Athena Query Metadata\n",
1010
"\n",
11-
"[Wrangler](https://github.com/awslabs/aws-data-wrangler)\n",
12-
"\n",
1311
"For `wr.athena.read_sql_query()` and `wr.athena.read_sql_table()` the resulting DataFrame (or every DataFrame in the returned Iterator for chunked queries) have a `query_metadata` attribute, which brings the query result metadata returned by Boto3/Athena.\n",
1412
"\n",
1513
"The expected `query_metadata` format is the same returned by:\n",
14+
"\n",
1615
"https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#Athena.Client.get_query_execution"
1716
]
1817
},
@@ -157,4 +156,4 @@
157156
},
158157
"nbformat": 4,
159158
"nbformat_minor": 4
160-
}
159+
}

0 commit comments

Comments
 (0)