Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
2.0.9

RuntimeDataValidationError

Package: flyte.errors

This error is raised when the user tries to access a resource that does not exist or is invalid.

Parameters

class RuntimeDataValidationError(
    var: str,
    e: Exception | str,
    task_name: str,
)
Parameter Type Description
var str
e Exception | str
task_name str