-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Description
Apache Airflow version
3.0.6
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Most of my DAGs use more than 20 tags to be clearly classified. I've recently migrated to Airflow 3 and I've not found yet no way of display the whole list of tags in the Airflow UI.
What you think should happen instead?
I would like to see at least the whole tag list in DAG details or a (+) expansion icon somewhere that could display them all.
How to reproduce
Creating a DAG with approximately 20 tags.
Operating System
Ubuntu 24.04
Versions of Apache Airflow Providers
apache-airflow-providers-amazon==9.8.0
apache-airflow-providers-celery==3.11.0
apache-airflow-providers-cncf-kubernetes==10.5.0
apache-airflow-providers-common-compat==1.7.0
apache-airflow-providers-common-io==1.6.0
apache-airflow-providers-common-messaging==1.0.3
apache-airflow-providers-common-sql==1.27.1
apache-airflow-providers-docker==4.4.0
apache-airflow-providers-elasticsearch==6.3.0
apache-airflow-providers-fab==2.2.1
apache-airflow-providers-ftp==3.13.0
apache-airflow-providers-git==0.0.2
apache-airflow-providers-google==15.1.0
apache-airflow-providers-grpc==3.8.0
apache-airflow-providers-hashicorp==4.2.0
apache-airflow-providers-http==5.3.0
apache-airflow-providers-microsoft-azure==12.4.0
apache-airflow-providers-mysql==6.3.0
apache-airflow-providers-odbc==4.10.0
apache-airflow-providers-openlineage==2.3.0
apache-airflow-providers-postgres==6.2.0
apache-airflow-providers-redis==4.1.0
apache-airflow-providers-sendgrid==4.1.0
apache-airflow-providers-sftp==5.3.0
apache-airflow-providers-slack==9.1.0
apache-airflow-providers-smtp==2.1.0
apache-airflow-providers-snowflake==6.3.1
apache-airflow-providers-ssh==4.1.0
apache-airflow-providers-standard==1.2.0
Deployment
Official Apache Airflow Helm Chart
Deployment details
helm version
version.BuildInfo{Version:"v3.16.2", GitCommit:"13654a52f7c70a143b1dd51416d633e1071faffb", GitTreeState:"clean", GoVersion:"go1.22.7"}
helm show chart apache-airflow/airflow
annotations:
artifacthub.io/changes: |
- description: Allow ConfigMap and Secret references in apiServer.env
kind: changed
links:
- name: '#51191'
url: #51191
- description: Add custom annotations to JWT Secret
kind: changed
links:
- name: '#52166'
url: #52166
- description: Allow valuesFrom in gitSync.env
kind: changed
links:
- name: '#50228'
url: #50228
- description: Fix JWT secret name
kind: fixed
links:
- name: '#52268'
url: #52268
- description: Use api-server instead of webserver in NOTES.txt for Airflow
3.0+
kind: fixed
links:
- name: '#52194'
url: #52194
- description: Change default executor in pod template to support executor parameter
in task
kind: fixed
links:
- name: '#49433'
url: #49433
- description: Use merged to render airflow.cfg and include computed defaults
kind: fixed
links:
- name: '#51828'
url: #51828
- description: Use [api] secret_key for Airflow 3.0+ instead of [webserver] secret_key
kind: fixed
links:
- name: '#52269'
url: #52269
- description: Fix for fernetkey and add test of its value
kind: fixed
links:
- name: '#52977'
url: #52977
- description: 'Docs: Update supported executors in docs'
kind: changed
links:
- name: '#52132'
url: #52132
- description: 'Docs: Update service name for port-forward of Airflow UI'
kind: changed
links:
- name: '#51945'
url: #51945
artifacthub.io/links: |
- name: Documentation
url: https://airflow.apache.org/docs/helm-chart/1.18.0/
artifacthub.io/screenshots: |
- title: Home Page
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/home_dark.png
- title: DAG Overview Dashboard
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_dashboard.png
- title: DAGs View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dags.png
- title: Assets View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/asset_view.png
- title: Grid View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_grid.png
- title: Graph View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_graph.png
- title: Variable View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/variable_hidden.png
- title: Code View
url: https://airflow.apache.org/docs/apache-airflow/3.0.2/_images/dag_overview_code.png
apiVersion: v2
appVersion: 3.0.2
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 13.2.24
description: The official Helm chart to deploy Apache Airflow, a platform to programmatically
author, schedule, and monitor workflows
home: https://airflow.apache.org/
icon: https://airflow.apache.org/images/airflow_dark_bg.png
keywords: - apache
- airflow
- workflow
- scheduler
maintainers: - email: dev@airflow.apache.org
name: Apache Airflow PMC
name: airflow
sources: - https://github.com/apache/airflow
type: application
version: 1.18.0
google-chrome --version
Google Chrome 140.0.7339.80
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct