v0.2, removed @inlined, job retry status
Tecton SDK v0.2 and beta releases
Tecton is introducing a new SDK versioning and release process, starting with the v0.2 release. This new process aims to improve the reliability of our SDK for production applications by creating separate stable and beta releases. If you don’t specify a version, you’ll automatically get our latest stable release. See the client release notes for more detail.
Removed @inlined requirement for Python functions
Python functions can be defined for use in your Tecton feature repository, such as for defining a data source translator, or for use in a feature transformation. Previously these functions had to be annotated @inlined
, but now those functions can be referenced without any additional steps.
This change is available starting with SDK version 0.1.20.
Job retry status in Web UI
Tecton now shows additional information about the retry status for a job on the Feature View Materialization and Jobs pages. If Tecton is going to retry the materialization job, then this page will now show the time until retry. Alternatively, it will show that no more retries will be attempted.