2.10.0

TriggeredPartition

Package: flyte

Bind one partition value of the triggering artifact version to a task input of an artifact trigger: inputs={"day": flyte.TriggeredPartition("date")} supplies the new version’s date partition (a datetime for the time partition, a string for a string partition).

Parameters

class TriggeredPartition(
    key: str,
)
Parameter Type Description
key str