in awswrangler/athena/_read.pyi [0:0]
def read_sql_table(
table: str,
database: str,
*,
unload_approach: bool = ...,
unload_parameters: typing.AthenaUNLOADSettings | None = ...,
ctas_approach: bool = ...,
ctas_parameters: typing.AthenaCTASSettings | None = ...,
categories: list[str] | None = ...,
chunksize: bool,
s3_output: str | None = ...,
workgroup: str = ...,
encryption: str | None = ...,
kms_key: str | None = ...,
keep_files: bool = ...,
use_threads: bool | int = ...,
boto3_session: boto3.Session | None = ...,
athena_cache_settings: typing.AthenaCacheSettings | None = ...,
data_source: str | None = ...,
dtype_backend: Literal["numpy_nullable", "pyarrow"] = ...,
s3_additional_kwargs: dict[str, Any] | None = ...,
pyarrow_additional_kwargs: dict[str, Any] | None = ...,