is there a way to associate arbitrary data to orion objects? i.e. git repo, sha, contact team, etc may all be useful from a discoverability perspective on all flows/deployments
✅ 1
n
Nate
10/03/2022, 7:42 PM
Hi @Darin Douglass - yes, tags!
for example, you can attach a tag to a deployment as shown here using the
-t
flag in the CLI for
prefect deployment build
or the
tag
kwarg using the pythonic deployment interface
or you can create flow runs from a deployment with a set of tags and then use the tag filter to retrieve them with the client
Nate
10/03/2022, 7:45 PM
here is an example from our recipes repo where we use tags to track flow runs created from a deployment with the client
d
Darin Douglass
10/03/2022, 7:52 PM
oh nice. i didn’t even think of tags as an option b/c prefect v1 tags are so tightly coupled with how agents pick up work
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.