Skip to content

Commit

Permalink
fixup! DynamoDB: Change CrateDB data model to use (pk, data, `aux…
Browse files Browse the repository at this point in the history
…`) columns
  • Loading branch information
amotl committed Sep 30, 2024
1 parent db5469e commit a07a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/test_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import sys

import pytest
from commons_codec.transform.dynamodb_model import PrimaryKeySchema

pytestmark = pytest.mark.kinesis

pytest.importorskip("commons_codec", reason="Only works with commons-codec installed")

from commons_codec.transform.dynamodb import DynamoDBCDCTranslator # noqa: E402
from commons_codec.transform.dynamodb_model import PrimaryKeySchema # noqa: E402

DYNAMODB_CDC_INSERT_NESTED = {
"awsRegion": "us-east-1",
Expand Down

0 comments on commit a07a456

Please sign in to comment.