Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task groups are not being represented in bold letters anymore #39439

Closed
1 of 2 tasks
FelipeRamos-neuro opened this issue May 6, 2024 · 4 comments
Closed
1 of 2 tasks
Labels
area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet

Comments

@FelipeRamos-neuro
Copy link

FelipeRamos-neuro commented May 6, 2024

Apache Airflow version

2.9.1

If "Other Airflow 2 version" selected, which one?

No response

What happened?

After updating from version 2.9.0 to 2.9.1, task groups are not appearing in bold letters anymore.

Before:
Captura de tela de 2024-05-06 11-59-57

After:
Captura de tela de 2024-05-06 10-35-45

What you think should happen instead?

Since no change in UI behavior was communicated in the release notes, it should perform in a similar manner.

How to reproduce

Create two virtual environments with Python 3.10, one with Apache Airflow 2.9.0 and the other with Apache Airflow 2.9.1. Then run one after the other on standalone mode and check the example dags for task group and task group decorator.

Operating System

Ubuntu 22.04.4 LTS

Versions of Apache Airflow Providers

apache-airflow-providers-amazon==8.21.0
apache-airflow-providers-celery==3.7.0
apache-airflow-providers-cncf-kubernetes==8.2.0
apache-airflow-providers-common-io==1.3.1
apache-airflow-providers-common-sql==1.13.0
apache-airflow-providers-fab==1.1.0
apache-airflow-providers-ftp==3.9.0
apache-airflow-providers-http==4.11.0
apache-airflow-providers-imap==3.6.0
apache-airflow-providers-mysql==5.6.0
apache-airflow-providers-postgres==5.11.0
apache-airflow-providers-redis==3.7.0
apache-airflow-providers-smtp==1.7.0
apache-airflow-providers-sqlite==3.8.0
papermill==2.6.0
scrapbook==0.5.0

Deployment

Official Apache Airflow Helm Chart

Deployment details

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@FelipeRamos-neuro FelipeRamos-neuro added area:core kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet labels May 6, 2024
Copy link

boring-cyborg bot commented May 6, 2024

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.

@Taragolis Taragolis added area:UI Related to UI/UX. For Frontend Developers. and removed area:core labels May 6, 2024
@Taragolis
Copy link
Contributor

cc: @bbovenzi I guess it is intended Grid View behaviour after #38940

@bbovenzi
Copy link
Contributor

bbovenzi commented May 6, 2024

Yes, I removed the bold text. We were using a lot of different font variations around the grid+graph view. Groups in the grid were bold but in the graph were not. Now it's consistent in the UI and in the code. There are still carets to show that it is a group.

Gonna close for now

@bbovenzi bbovenzi closed this as completed May 6, 2024
@FelipeRamos-neuro
Copy link
Author

Yes, I removed the bold text. We were using a lot of different font variations around the grid+graph view. Groups in the grid were bold but in the graph were not. Now it's consistent in the UI and in the code. There are still carets to show that it is a group.

Gonna close for now

Thanks for the explanation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet
Projects
None yet
Development

No branches or pull requests

3 participants