dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.7k stars 1.48k forks source link

Allow using query filter language when viewing assets in list view #20193

Open mjkanji opened 8 months ago

mjkanji commented 8 months ago

What's the use case?

Dagster currently provides a handy query filter DSL (e.g., +my_asset+) when looking at the Asset graph. However, for larger DAGs, it can be difficult to view them all in the DAG and it would be easier to just view them as a list.

However, the list view doesn't seem to support the same query language.

Ideas of implementation

No response

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

hellendag commented 8 months ago

We're moving in this direction with some of our upcoming work.