@@ -507,7 +507,7 @@ def repair_table(
507
507
None, 'SSE_S3', 'SSE_KMS', 'CSE_KMS'.
508
508
kms_key : str, optional
509
509
For SSE-KMS and CSE-KMS , this is the KMS key ARN or ID.
510
- athena_query_wait_polling_delay: float, default: 0.25 seconds
510
+ athena_query_wait_polling_delay: float, default: 1.0 seconds
511
511
Interval in seconds for how often the function will check if the Athena query has completed.
512
512
boto3_session : boto3.Session(), optional
513
513
Boto3 Session. The default boto3 session will be used if boto3_session receive None.
@@ -583,7 +583,7 @@ def describe_table(
583
583
None, 'SSE_S3', 'SSE_KMS', 'CSE_KMS'.
584
584
kms_key : str, optional
585
585
For SSE-KMS and CSE-KMS , this is the KMS key ARN or ID.
586
- athena_query_wait_polling_delay: float, default: 0.25 seconds
586
+ athena_query_wait_polling_delay: float, default: 1.0 seconds
587
587
Interval in seconds for how often the function will check if the Athena query has completed.
588
588
s3_additional_kwargs : dict[str, Any], optional
589
589
Forwarded to botocore requests.
@@ -701,7 +701,7 @@ def create_ctas_table(
701
701
Recommended for memory restricted environments.
702
702
wait : bool, default False
703
703
Whether to wait for the query to finish and return a dictionary with the Query metadata.
704
- athena_query_wait_polling_delay: float, default: 0.25 seconds
704
+ athena_query_wait_polling_delay: float, default: 1.0 seconds
705
705
Interval in seconds for how often the function will check if the Athena query has completed.
706
706
execution_params: List[str], optional [DEPRECATED]
707
707
A list of values for the parameters that are used in the SQL query.
@@ -913,7 +913,7 @@ def show_create_table(
913
913
None, 'SSE_S3', 'SSE_KMS', 'CSE_KMS'.
914
914
kms_key : str, optional
915
915
For SSE-KMS and CSE-KMS , this is the KMS key ARN or ID.
916
- athena_query_wait_polling_delay: float, default: 0.25 seconds
916
+ athena_query_wait_polling_delay: float, default: 1.0 seconds
917
917
Interval in seconds for how often the function will check if the Athena query has completed.
918
918
s3_additional_kwargs: dict[str, Any]
919
919
Forwarded to botocore requests.
0 commit comments