gorgeous-waitress-5026
12/06/2023, 3:39 PMend_node
is possible.. but it's not flexible enough.
• Anything in the type system should be marked as indexable, so using a specific custom type won't fit.
• I see that LiteralType has both metadata
and annotations
fields. Would either be appropriate? I see that Annotated
is used to generate custom hash keys for cached outputs, so I thought something like this might work more generically:
@workflow
def training_workflow() -> Annotated[LogisticRegression, "IndexMe"]:
However, looking through my S3 bucket protobuf files I don't see anything there.
Thanks!gorgeous-waitress-5026
12/06/2023, 3:42 PMtall-lock-23197
gorgeous-waitress-5026
12/14/2023, 6:40 PMArtifact
concept already which might do the things I'm looking for.
I also see the PR at https://github.com/flyteorg/flyte/pull/4077. Anything further to disclose here yet on direction / roadmap?freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
gorgeous-waitress-5026
12/15/2023, 9:56 PM