You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
"task:" search will load all task_ids for all necessary dags and give results by case-insensitive pattern-matching.
the autocompletion works for this as well. Since the same task_id can be present in many dags, I added an italic ' in <dag_id>' following the task_id suggestion.
additionally I thought it nice to extend current interaction by giving the option to actively limit the search scope by writing "dag:" for dag_id search and "owner:" for owner search.
we could always display autocomplete suggestions as ": " e.g. "owner: airflow"
What do you think about these extensions? Did I go too far with the changes and keep it to "task:" search only?
Description
currently we can search and list dags by dags name in the search box :
The same search box take task name/id and list all the dags containing that task . Might be good idea to support pattern matching
Use case/motivation
If instance has 100/1000's of dags helps search dags and commonality in tasks, tags assigned for a dag are more generic.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: