-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Description
Description
The Variable List in the Airflow UI used to show the variable values in a multiline format. This made it easy to see the values without having to click into the specific Variable. So it would be great if an option could be added to bring back the old multiline view (<=2.2.3).
Use case/motivation
We use multiple Airflow variables to maintain lists of table names (used in different DAGs), hence, I could easily do a Find on the page to see if a specific table was referenced inside any variable. After updating to 2.3.4, the Variable values in Airflow > Variable List only show a single-line of the Variable values, so the Find still works, however, now I can't see the variable that a specific table is referenced in as I can't see past the first few characters of the Variable values.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct