-
Hey, I'm just using Moto with Athena and expecting
while getting this error:
do i miss something here? Additionally, is there a method to simulate the QueryExecutionId to pre-determine the OutputLocation? This approach would facilitate the upload of a dummy S3 file with anticipated results. Such functionality proves valuable when utilizing server/proxy mode alongside with 3rd applications that rely on reading S3 query result files generated by Athena. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @megetron3! The missing Simulating the QueryExecutionId is usually done by seeding Moto. If the seed is the same for every run, then the |
Beta Was this translation helpful? Give feedback.
The filename is now returned as part of the
OutputLocation
as of moto >= 5.0.3.dev42