New Orion release 2.0a12 featuring filters

We’re excited to announce a major enhancement to :mag_right: filters.

This release exposes a powerful set of filter operations to cut through the valuable metadata about your flow runs that Orion stores for you. These operators work similarly to the familiar tools such as Gmail, Slack, or GitHub.

Want to see all of the runs of your “Daily ETL” flow? Now it’s as easy as typing into the filter bar:

flow:"Daily ETL"`

This update also includes a query builder UI, so you can utilize and learn these operators quickly and easily.

Here you can see it in action:

Download the latest version, and check it out!

pip install -U "prefect>=2.0a"
1 Like