Skip to content

Commit ec914c0

Browse files
committed
fix: Force student risk probability to Polars < 1.40
The dagster-iceberg I/O manager uses the `polars.scan_iceberg` call, which defaults to the polars native implementation in >=1.40. This leads to thread deadlocks in deployed Dagster environments which prevents the run from finalizing, keeping a concurrency slot frozen. This forces to < 1.40 until the bug gets fixed in Polars and/or dagster-iceberg.
1 parent e4db5bc commit ec914c0

11 files changed

Lines changed: 26 additions & 23 deletions

File tree

dg_projects/b2b_organization/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/canvas/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/data_loading/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/data_platform/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/edxorg/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/lakehouse/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/learning_resources/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/legacy_openedx/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/openedx/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dg_projects/student_risk_probability/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
"httpx ~= 0.28.0",
1313
"scikit-learn>=1.2.2",
1414
"ol-orchestrate-lib",
15+
"polars<1.40",
1516
]
1617

1718
[project.entry-points]

0 commit comments

Comments
 (0)