Addind/Creating Athena Client #1387
Replies: 5 comments 3 replies
-
It looks like it's a mistake in the AWS declaration. Result list is hidden in the I suggest patching the pagination.json file: AsyncAws code generator already provides the glue for this. You can add a
|
Beta Was this translation helpful? Give feedback.
-
Hi 👋 I tried the patch you suggest, but I got the error
Are you able to give a try to the official AWS SDK implementation and try to iterate over the results. ==> The example code I add (athena.md) about how submit a query and retrieves the result show a way to do it. |
Beta Was this translation helpful? Give feedback.
-
Thanks for this explanation. |
Beta Was this translation helpful? Give feedback.
-
Hi @jderusse 👋 I have one CI check remained :
But one of the contirib rules is that : " code cannot be manually changed. ". For now we just add it to paslm.baseline.xml file |
Beta Was this translation helpful? Give feedback.
-
@jderusse thank a lot for the time you took to review, validate and merge our PR 🙏 🙏 I also want to know if we can already require Athena client (composer require ...) like others client ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, and think for your great and helpfull work 🙏 .
Following your description/instruction for adding new Client.
I started working on Athena Client and some of his operations.
Draft PR : PR 1388
I was getting an error when trying to add Athena GetQueryResults operation ( which is necessary/important ) 😟.
GetQueryResults is well present in paginators-1.json and his description does not have resultkey define.
And GetQueryResultsOutput seem to be a bit more complexe than a ListShap, for his description :
So, It's surely not correct way to go, but I used this quick fix/work around to generate GetQueryResultsOutput
And I also have/got an deprecated Class :
CalculationConfiguration
but could not find information about new Class to used instead yet.Does anyone have a better idea on how to properly fix / work around that ?
Beta Was this translation helpful? Give feedback.
All reactions