Skip to content

(feat): Created a way to perform PartiQL queries to a Dynamo DB table #895 #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

snikolakis
Copy link
Contributor

Feature or Bugfix

  • Feature

Detail

  • Created a _read module for Dynamo DB, which is responsible for performing PartiQL queries to a Dynamo DB table

Relates

Notes

  • At this point, the PartiQL query fetches ALL the data without taking pagination in mind. I would need advice on how to use something similar to chunksize for this use case.
  • WHERE filters inside the PartiQL query, currently do not work, e.g. SELECT * FROM table WHERE key=1 transforms to SELECT * FROM table

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@kukushking kukushking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great, thanks for the contribution!

@snikolakis snikolakis changed the title (feat): Created a way to perform PartiQL queries to a Dynami DB table #895 (feat): Created a way to perform PartiQL queries to a Dynamo DB table #895 Jun 16, 2022
@kukushking kukushking merged commit b8ae6e3 into aws:main Jun 16, 2022
@kukushking kukushking self-assigned this Nov 28, 2022
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