Upstream Source
This page is part of Truthound Orchestration 3.x.
Source repository: seadonggyun4/truthound-orchestration
Upstream docs path: docs/dagster/install-compatibility.md
Edit upstream page: Edit in orchestration
Dagster Install And Compatibility¶
Supported Dagster Line¶
The current support anchors are:
- minimum supported: Dagster
1.5.0on Python3.11 - primary supported: Dagster
1.12.18on Python3.12
Always check Compatibility for the release-blocking matrix before upgrading.
Install¶
What To Verify After Install¶
truthound_dagsterimports correctlyDataQualityResource()initializes in a small definitions file- one asset or op can execute a simple check
- any asset-check helpers you depend on match your Dagster version
Upgrade Guidance¶
- upgrade Dagster and Python as a tested tuple
- verify resource initialization before re-testing asset checks
- if a legacy Dagster lane behaves differently, treat that as a compatibility-lane issue first