dagster-io / dagster

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

Include Asset Description in the Dagster web-server search functionality #21829

Open ssingh13-rms opened 4 months ago

ssingh13-rms commented 4 months ago

What's the use case?

It would make sense to for the search feature in Dagster web server also include the "Description" of an Asset", It will be really good to help with data discovery! Consider an example, I have an asset named GCPOutage which tracks cloud outage information from Google, however, if someone searches for "Google", this Asset does not show up in the results.

Ideas of implementation

The Search functionality already exists, it only needs to be expanded to include the "Description" of the Asset

Additional information

No response

Message from the maintainers

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

bengotow commented 4 months ago

Thanks for reporting this - I think this relates to some ongoing discussion in the catalog workstream but there are a few indexes / UIs that would need to be updated.