Joao Moniz
12/07/2022, 10:06 AMKalise Richmond
12/09/2022, 6:26 PMJoao Moniz
12/12/2022, 8:24 AMfrom prefect import tags
with tags("db", "blue"):
my_flow("foo")
kalise
12/12/2022, 9:26 PMJoao Moniz
12/13/2022, 7:43 AMwith_tags
didn't make them appear on the UI tag dropbox, which makes harder for us to filter using tags.
We were thinking in using key-values as tags, so the user would need to write something like type: INGESTION
in order to filter the flow run using this tag, which is not practical and very likely to lead to a writing error.
Would this be a candidate for a feature request, or technically is not possible ?Kalise Richmond
12/13/2022, 8:57 PM