We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48a05f commit 8cb302dCopy full SHA for 8cb302d
awswrangler/data_api/redshift.py
@@ -129,7 +129,7 @@ def _execute_statement(
129
if self.workgroup_name:
130
args["WorkgroupName"] = self.workgroup_name
131
if parameters:
132
- args["Parameters"] = parameters
+ args["Parameters"] = parameters # type: ignore[assignment]
133
134
_logger.debug("Executing %s", sql)
135
response = self.client.execute_statement(
0 commit comments