Occasionally we experience a delay in metadata propagation between the create table operation and insert operation. This results in the following exception when executing the INSERT INTO:
File "/opt/python/awswrangler/athena/_executions.py", line 230, in wait_query
raise exceptions.QueryFailed(response["Status"].get("StateChangeReason"))
awswrangler.exceptions.QueryFailed: Table xxxxx not found in database xxxxx
Can we have a configurable delay or retry between the create table operation and INSERT INTO operation e.g. as an environmental variable such as how the wait query polling interval can be configured