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/usage.md
+48Lines changed: 48 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,53 @@ print(cursor.fetchall())
117
117
118
118
You can find more information about the [considerations and limitations of parameterized queries](https://docs.aws.amazon.com/athena/latest/ug/querying-with-prepared-statements.html) in the official documentation.
119
119
120
+
## Execution options
121
+
122
+
The `execute()` method of every SQL cursor (`Cursor`, `AsyncCursor`, the aio cursors, and their
123
+
pandas/arrow/polars/s3fs variants) accepts the same set of shared keyword arguments, such as
0 commit comments