Skip to content
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

DynamoDB: Add ctk load table interface for processing CDC events #247

Merged
merged 3 commits into from
Sep 13, 2024

DynamoDB CDC: Accept a few more options for the Kinesis Stream

07b1974
Select commit
Loading
Failed to load commit list.
Merged

DynamoDB: Add ctk load table interface for processing CDC events #247

DynamoDB CDC: Accept a few more options for the Kinesis Stream
07b1974
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 13, 2024 in 0s

85.38% of diff hit (target 80.10%)

View this Pull Request on Codecov

85.38% of diff hit (target 80.10%)

Annotations

Check warning on line 143 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 145 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L145

Added line #L145 was not covered by tests

Check warning on line 147 in cratedb_toolkit/api/main.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/api/main.py#L147

Added line #L147 was not covered by tests

Check warning on line 58 in cratedb_toolkit/io/kinesis/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/adapter.py#L58

Added line #L58 was not covered by tests

Check warning on line 64 in cratedb_toolkit/io/kinesis/adapter.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/adapter.py#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 1 in cratedb_toolkit/io/kinesis/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/api.py#L1

Added line #L1 was not covered by tests

Check warning on line 6 in cratedb_toolkit/io/kinesis/api.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/api.py#L4-L6

Added lines #L4 - L6 were not covered by tests

Check warning on line 40 in cratedb_toolkit/io/kinesis/relay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/relay.py#L40

Added line #L40 was not covered by tests

Check warning on line 53 in cratedb_toolkit/io/kinesis/relay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/relay.py#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 75 in cratedb_toolkit/io/kinesis/relay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/relay.py#L73-L75

Added lines #L73 - L75 were not covered by tests

Check warning on line 85 in cratedb_toolkit/io/kinesis/relay.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/io/kinesis/relay.py#L84-L85

Added lines #L84 - L85 were not covered by tests