Glue get_tables fails to return tables if QueryAsOfTime parameter is specified #4172
Labels
bug
This issue is a confirmed bug.
glue
service-api
This issue is caused by the service API, not the SDK implementation.
Describe the bug
When calling
get_tables
withoutQueryAsOfTime
being specified, tables are returned, however, when it is specified with either adatetime
(Python native or with Pendulum), no tables are returned. Funny enough, this parameter works perfectly inget_table
.Expected Behavior
Obtain a list of tables, matching the input
Expression
for a given point in time as specified withQueryAsOfTime
.Current Behavior
The response contains an empty
TableList
:Reproduction Steps
Possible Solution
Mimic the use of the parameter in
get_table
as this works perfectly.Additional Information/Context
I have also tried adding a capture group to
Expression
which did not change the response whenQueryAsOfTime
was set,SDK version used
1.34.131 on Python 3.11.9
Environment details (OS name and version, etc.)
Windows 11
The text was updated successfully, but these errors were encountered: