future-fireman-41107
01/17/2024, 5:40 AMfrom flytekit import Labels, Annotations
@workflow
class MyWorkflow(object):
assert some_workflow_label_getter("myexecutionlabel") == "bar"
my_launch_plan = MyWorkflow.create_launch_plan(
labels=Labels({"myexecutionlabel": "bar", ...}),
annotations=Annotations({"region": "SEA", ...}),
...
)
my_launch_plan.execute(...)
freezing-airport-6809
freezing-airport-6809
future-fireman-41107
01/17/2024, 6:26 AMfuture-fireman-41107
01/17/2024, 6:30 AMtall-lock-23197