Commit ec914c0
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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments