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 39570b4 commit 53c05b3Copy full SHA for 53c05b3
awswrangler/athena/_read.py
@@ -19,12 +19,12 @@
19
from awswrangler._data_types import cast_pandas_with_athena_types
20
from awswrangler.athena._utils import (
21
_QUERY_WAIT_POLLING_DELAY,
22
+ _get_default_workgroup_config,
23
_apply_formatter,
24
_apply_query_metadata,
25
_empty_dataframe_response,
26
_get_query_metadata,
27
_get_s3_output,
- _get_default_workgroup_config,
28
_QueryMetadata,
29
_start_query_execution,
30
_WorkGroupConfig,
0 commit comments