Skip to content

Commit

Permalink
nit: remove taskgroup's tooltip from OL's AirflowJobFacet
Browse files Browse the repository at this point in the history
Signed-off-by: Kacper Muda <mudakacper@gmail.com>
  • Loading branch information
kacpermuda committed Oct 18, 2024
1 parent 7767642 commit ea1f73a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/src/airflow/providers/openlineage/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ def _get_task_groups_details(dag: DAG) -> dict:
return {
tg_id: {
"parent_group": tg.parent_group.group_id,
"tooltip": tg.tooltip,
"ui_color": tg.ui_color,
"ui_fgcolor": tg.ui_fgcolor,
"ui_label": tg.label,
Expand Down

0 comments on commit ea1f73a

Please sign in to comment.