Replies: 7 comments
-
This looks interesting, let me look into this. |
Beta Was this translation helpful? Give feedback.
-
assigning you, @pateash |
Beta Was this translation helpful? Give feedback.
-
(Just an idea) |
Beta Was this translation helpful? Give feedback.
-
IMO having a Recent of DAGs/Connections/Variables etc is another good way to solve this. In general, I find it common that we don't un-favorite things & they just keep on adding up, like the number of bookmarks in our browsers. |
Beta Was this translation helpful? Give feedback.
-
Maybe just added a updatedAt column and default the sort to the most recently changed? |
Beta Was this translation helpful? Give feedback.
-
Most recently changed doesn't necessarily mean most important one but sorting capabilities in general is a good thing to have. |
Beta Was this translation helpful? Give feedback.
-
Yeah. I actually hate when the "most recent" list keeps on changing. It does not help you to build "muscle memory" and "knowing where to search for". Adding "favourite" or "star" is a better idea IMHO. And it does not have to be in the database - it could be easily kept in cookie of the user. This will automatically give you "per-person" setup that you would not have to really manage. I see that as a "personalization" layer. Later we could sync the settings for user via the DB, but I think a cookie stored list of favourites should be "good enough" - especially that it would be easy to redo if you change browser/PC. |
Beta Was this translation helpful? Give feedback.
-
Description
I'd like to see functionality in the UI to allow pinning some Airflow Variables/Connections at the top of the list.
Use case/motivation
In our deployment we have a couple of Airflow Variables, and Connections that are central to our operations. We typically have to use filter search in order to reach these Connection/Variable, since we maintain a long list.
It would be nice to have the ability to pin these few important artifacts to the top of the Variable/Connection list in the UI, such that they are readily accessible.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions