@@ -507,7 +507,7 @@ def repair_table(
507507 None, 'SSE_S3', 'SSE_KMS', 'CSE_KMS'.
508508 kms_key : str, optional
509509 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
511511 Interval in seconds for how often the function will check if the Athena query has completed.
512512 boto3_session : boto3.Session(), optional
513513 Boto3 Session. The default boto3 session will be used if boto3_session receive None.
@@ -583,7 +583,7 @@ def describe_table(
583583 None, 'SSE_S3', 'SSE_KMS', 'CSE_KMS'.
584584 kms_key : str, optional
585585 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
587587 Interval in seconds for how often the function will check if the Athena query has completed.
588588 s3_additional_kwargs : dict[str, Any], optional
589589 Forwarded to botocore requests.
@@ -701,7 +701,7 @@ def create_ctas_table(
701701 Recommended for memory restricted environments.
702702 wait : bool, default False
703703 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
705705 Interval in seconds for how often the function will check if the Athena query has completed.
706706 execution_params: List[str], optional [DEPRECATED]
707707 A list of values for the parameters that are used in the SQL query.
@@ -913,7 +913,7 @@ def show_create_table(
913913 None, 'SSE_S3', 'SSE_KMS', 'CSE_KMS'.
914914 kms_key : str, optional
915915 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
917917 Interval in seconds for how often the function will check if the Athena query has completed.
918918 s3_additional_kwargs: dict[str, Any]
919919 Forwarded to botocore requests.
0 commit comments