Upstream Source
This page is part of Truthound Orchestration 3.x.
Source repository: seadonggyun4/truthound-orchestration
Upstream docs path: docs/prefect/install-compatibility.md
Edit upstream page: Edit in orchestration
Prefect Install And Compatibility¶
Supported Prefect Line¶
The current support anchors are:
- minimum supported: Prefect
2.14.0on Python3.11 - primary supported: Prefect
3.6.22on Python3.12
See Compatibility for the release-blocking matrix.
Install¶
What To Verify After Install¶
truthound_prefectimports cleanly- a flow can call
data_quality_check_task - a
DataQualityBlockcan be created and, if needed, saved - your preferred Prefect version matches a tested support tuple
Operational Advice¶
- use ephemeral defaults for local or ad hoc runs
- move to saved blocks when deployments need stable shared configuration
- debug Prefect-specific failures at the block, task, or flow boundary first