Skip to content

Add baseline infrastructure for emulating materialized views

6cdcaa8
Select commit
Loading
Failed to load commit list.
Draft

Add baseline infrastructure for emulating materialized views #56

Add baseline infrastructure for emulating materialized views
6cdcaa8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 7, 2025 in 0s

89.54% of diff hit (target 77.57%)

View this Pull Request on Codecov

89.54% of diff hit (target 77.57%)

Annotations

Check warning on line 75 in cratedb_toolkit/materialized/model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/model.py#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 32 in cratedb_toolkit/materialized/schema.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/schema.py#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 30 in cratedb_toolkit/materialized/store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/store.py#L30

Added line #L30 was not covered by tests

Check warning on line 54 in cratedb_toolkit/materialized/store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/store.py#L54

Added line #L54 was not covered by tests

Check warning on line 56 in cratedb_toolkit/materialized/store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/store.py#L56

Added line #L56 was not covered by tests

Check warning on line 59 in cratedb_toolkit/materialized/store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/store.py#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 81 in cratedb_toolkit/materialized/store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/store.py#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 118 in cratedb_toolkit/materialized/store.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

cratedb_toolkit/materialized/store.py#L111-L118

Added lines #L111 - L118 were not covered by tests

Check warning on line 202 in examples/materialized_view.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/materialized_view.py#L202

Added line #L202 was not covered by tests

Check warning on line 207 in examples/materialized_view.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

examples/materialized_view.py#L206-L207

Added lines #L206 - L207 were not covered by tests