passren / PyDynamoDB

PyDynamoDB is a Python DB API 2.0 (PEP 249) client for Amazon DynamoDB. A SQLAlchemy dialect is offered as well. Superset official database driver.
Other
17 stars 3 forks source link

0.4.6 Add PartiQL functions support #25

Closed passren closed 1 year ago

passren commented 1 year ago

Support following PartiQL functions: _begins_with, missing, attributetype, contains, size in SELECT. EXISTS function is not supported due to illegal SQL grammar.