feat: small refactor

This commit is contained in:
Stijnvandenbroek
2026-03-08 16:41:30 +00:00
parent 16a7a470ea
commit 05aadaec29
9 changed files with 354 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ def _ensure_schema(conn: object) -> None:
@asset(
deps=["elo_sample_listings"],
group_name="elo",
kinds={"python", "postgres"},
description="Creates the ELO ratings table that stores per-listing ELO scores.",
)
def elo_ratings(
@@ -53,6 +54,7 @@ def elo_ratings(
@asset(
deps=["elo_sample_listings"],
group_name="elo",
kinds={"python", "postgres"},
description="Creates the ELO comparisons table that records pairwise match results.",
)
def elo_comparisons(