Add context-cutoff dataset materialization

This commit is contained in:
jiachun
2026-08-18 19:28:20 +08:00
parent fea85047f1
commit c7943843cc
6 changed files with 414 additions and 6 deletions
+1
View File
@@ -44,6 +44,7 @@ def test_cli_has_only_deterministic_pipeline_commands() -> None:
help_text = parser.format_help()
assert "classify" not in help_text
assert "repair" not in help_text
assert "materialize" in help_text
def test_parallel_parquet_profile_uses_atomic_shard_parts(tmp_path: Path) -> None: