@@ -64,7 +64,7 @@ def read_sql_query( # pylint: disable=too-many-arguments
6464 categories : Optional [List [str ]] = ...,
6565 chunksize : Union [None , Literal [False ]] = ...,
6666 s3_output : Optional [str ] = ...,
67- workgroup : Optional [ str ] = ...,
67+ workgroup : str = ...,
6868 encryption : Optional [str ] = ...,
6969 kms_key : Optional [str ] = ...,
7070 keep_files : bool = ...,
@@ -91,7 +91,7 @@ def read_sql_query(
9191 categories : Optional [List [str ]] = ...,
9292 chunksize : Literal [True ],
9393 s3_output : Optional [str ] = ...,
94- workgroup : Optional [ str ] = ...,
94+ workgroup : str = ...,
9595 encryption : Optional [str ] = ...,
9696 kms_key : Optional [str ] = ...,
9797 keep_files : bool = ...,
@@ -118,7 +118,7 @@ def read_sql_query(
118118 categories : Optional [List [str ]] = ...,
119119 chunksize : bool ,
120120 s3_output : Optional [str ] = ...,
121- workgroup : Optional [ str ] = ...,
121+ workgroup : str = ...,
122122 encryption : Optional [str ] = ...,
123123 kms_key : Optional [str ] = ...,
124124 keep_files : bool = ...,
@@ -145,7 +145,7 @@ def read_sql_query(
145145 categories : Optional [List [str ]] = ...,
146146 chunksize : int ,
147147 s3_output : Optional [str ] = ...,
148- workgroup : Optional [ str ] = ...,
148+ workgroup : str = ...,
149149 encryption : Optional [str ] = ...,
150150 kms_key : Optional [str ] = ...,
151151 keep_files : bool = ...,
@@ -172,7 +172,7 @@ def read_sql_query(
172172 categories : Optional [List [str ]] = ...,
173173 chunksize : Optional [Union [int , bool ]],
174174 s3_output : Optional [str ] = ...,
175- workgroup : Optional [ str ] = ...,
175+ workgroup : str = ...,
176176 encryption : Optional [str ] = ...,
177177 kms_key : Optional [str ] = ...,
178178 keep_files : bool = ...,
@@ -199,7 +199,7 @@ def read_sql_table(
199199 categories : Optional [List [str ]] = ...,
200200 chunksize : Union [None , Literal [False ]] = ...,
201201 s3_output : Optional [str ] = ...,
202- workgroup : Optional [ str ] = ...,
202+ workgroup : str = ...,
203203 encryption : Optional [str ] = ...,
204204 kms_key : Optional [str ] = ...,
205205 keep_files : bool = ...,
@@ -223,7 +223,7 @@ def read_sql_table(
223223 categories : Optional [List [str ]] = ...,
224224 chunksize : Literal [True ],
225225 s3_output : Optional [str ] = ...,
226- workgroup : Optional [ str ] = ...,
226+ workgroup : str = ...,
227227 encryption : Optional [str ] = ...,
228228 kms_key : Optional [str ] = ...,
229229 keep_files : bool = ...,
@@ -247,7 +247,7 @@ def read_sql_table(
247247 categories : Optional [List [str ]] = ...,
248248 chunksize : bool ,
249249 s3_output : Optional [str ] = ...,
250- workgroup : Optional [ str ] = ...,
250+ workgroup : str = ...,
251251 encryption : Optional [str ] = ...,
252252 kms_key : Optional [str ] = ...,
253253 keep_files : bool = ...,
@@ -271,7 +271,7 @@ def read_sql_table(
271271 categories : Optional [List [str ]] = ...,
272272 chunksize : int ,
273273 s3_output : Optional [str ] = ...,
274- workgroup : Optional [ str ] = ...,
274+ workgroup : str = ...,
275275 encryption : Optional [str ] = ...,
276276 kms_key : Optional [str ] = ...,
277277 keep_files : bool = ...,
@@ -295,7 +295,7 @@ def read_sql_table(
295295 categories : Optional [List [str ]] = ...,
296296 chunksize : Optional [Union [int , bool ]],
297297 s3_output : Optional [str ] = ...,
298- workgroup : Optional [ str ] = ...,
298+ workgroup : str = ...,
299299 encryption : Optional [str ] = ...,
300300 kms_key : Optional [str ] = ...,
301301 keep_files : bool = ...,
@@ -315,7 +315,7 @@ def unload(
315315 compression : Optional [str ] = ...,
316316 field_delimiter : Optional [str ] = ...,
317317 partitioned_by : Optional [List [str ]] = ...,
318- workgroup : Optional [ str ] = ...,
318+ workgroup : str = ...,
319319 encryption : Optional [str ] = ...,
320320 kms_key : Optional [str ] = ...,
321321 boto3_session : Optional [boto3 .Session ] = ...,
0 commit comments