Skip to content

Use more well supported ExecutionParameters instead of prepared statement#52

Open
isubasti wants to merge 1 commit intolivebook-dev:mainfrom
Vericus:feat/execution-parameters
Open

Use more well supported ExecutionParameters instead of prepared statement#52
isubasti wants to merge 1 commit intolivebook-dev:mainfrom
Vericus:feat/execution-parameters

Conversation

@isubasti
Copy link
Copy Markdown

Instead of using 2 steps prepared statement. Athena actually support execution parameters which is more widely supported. Some athena query to s3tables doesn't support some DDL with prepared statement while using ExecutionParameters is well supported
see
https://docs.aws.amazon.com/athena/latest/ug/querying-with-prepared-statements-querying-using-execution-parameters.html https://docs.aws.amazon.com/athena/latest/APIReference/API_StartQueryExecution.html#API_StartQueryExecution_RequestSyntax

…ment

Instead of using 2 steps prepared statement. Athena actually support
execution parameters which is more widely supported. Some athena query
to s3tables doesn't support some DDL with prepared statement while using
ExecutionParameters is well supported
see
https://docs.aws.amazon.com/athena/latest/ug/querying-with-prepared-statements-querying-using-execution-parameters.html
https://docs.aws.amazon.com/athena/latest/APIReference/API_StartQueryExecution.html#API_StartQueryExecution_RequestSyntax
@josevalim
Copy link
Copy Markdown
Contributor

Hi @isubasti! Keep in mind we are deprecating support for ReqAthena in the medium term in Livebook and this project will be archived, so my suggestion is to support this in your own fork. Thank you!

@isubasti
Copy link
Copy Markdown
Author

@josevalim thanks for the heads up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants