Skip to content

Commit

Permalink
(external_task.py): changed the background color of external task in …
Browse files Browse the repository at this point in the history
…graph (apache#38969)

Co-authored-by: idantepper@gmail.com <idantepper@github.com>
  • Loading branch information
2 people authored and utkarsharma2 committed Apr 22, 2024
1 parent 6fa08a9 commit da3211d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/sensors/external_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ExternalTaskSensor(BaseSensorOperator):
"""

template_fields = ["external_dag_id", "external_task_id", "external_task_ids", "external_task_group_id"]
ui_color = "#19647e"
ui_color = "#4db7db"
operator_extra_links = [ExternalDagLink()]

def __init__(
Expand Down Expand Up @@ -473,7 +473,7 @@ class ExternalTaskMarker(EmptyOperator):
"""

template_fields = ["external_dag_id", "external_task_id", "execution_date"]
ui_color = "#19647e"
ui_color = "#4db7db"
operator_extra_links = [ExternalDagLink()]

# The _serialized_fields are lazily loaded when get_serialized_fields() method is called
Expand Down

0 comments on commit da3211d

Please sign in to comment.