crate / cratedb-toolkit

CrateDB Toolkit, an SDK for CrateDB and CrateDB Cloud.
https://cratedb-toolkit.readthedocs.io/
GNU Affero General Public License v3.0
7 stars 3 forks source link

DMS/DynamoDB: Fix table name quoting within CDC processor handler #245

Closed amotl closed 2 weeks ago

amotl commented 2 weeks ago

About

Easily fix missing table quoting within CDC processor for DMS and DynamoDB events. It will need more improvements by adding the canonical implementation quote_relation_name to sqlalchemy-cratedb, but may be good for now.