Overview
Changed
- The missing-token configuration error now explains how to run Hatchet embedded for local development, via
Hatchet.from_embedded(), with a link to the embedded mode docs.
Installation
Install the SDK using pip:
pip install hatchet-sdkOr using poetry:
poetry add hatchet-sdkDocumentation
For detailed documentation, examples, and best practices, visit:
What's Changed?
- fix: update examples for Python and Ruby SDKs (#4751) by @juliusgeo
- fix(engine): durable dag on-failure tasks not being skipped (#4802) by @mrkaye97
- fix(engine): more callback ordering and eviction fixes (#4814) by @mrkaye97
- fix(engine): bind workflow event subscribe before OLAP wait (#4820) by @grutt
- feat(sdks): document embedded mode when trying to run without a token set (#4842) by @abelanger5