Skip to content

Edge Worker Jobs/Hosts tab missing in 3.0.0rc4 #49536

@dheerajturaga

Description

@dheerajturaga
Contributor

Apache Airflow Provider(s)

edge3

Versions of Apache Airflow Providers

apache-airflow-providers-edge 1.0.0

Apache Airflow version

3.0.0rc4

Operating System

Sles 12

Deployment

Official Apache Airflow Helm Chart

Deployment details

No response

What happened

I have api_enabled=True and set the executor to airflow.providers.edge.executors.EdgeExecutor in airflow 3.0.0rc4
I dont see the edge worker options

Image

vs airflow 2

Image

The role Admin was missing some perms to view these assets so I tried to update the perms. It still didnt help

airflow roles add-perms -a can_delete can_create can_read can_edit can_list can_show menu_access -r=EdgeWorkerJobs Admin
airflow roles add-perms -a can_delete can_create can_read can_edit can_list can_show -r=EdgeWorkerHosts Admin
airflow roles add-perms -a can_delete can_create can_read can_edit can_list can_show -r=IndexView Admin
airflow roles add-perms -a can_delete can_create can_read can_edit can_list can_show -r=RegisterUserModelView Admin

What you think should happen instead

No response

How to reproduce

Install the edge provider and set AIRFLOW__CORE__EXECUTOR=airflow.providers.edge.executors.EdgeExecutor

Anything else

cc: @jscheffl

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

Activity

jscheffl

jscheffl commented on Apr 22, 2025

@jscheffl
Contributor

As of Airflow 3.0 with Edge 1.0.0 the UI is not available in the new UI. See also (a bit too small) remark in https://airflow.apache.org/docs/apache-airflow-providers-edge3/stable/edge_executor.html#edge-executor:

If you want to monitor the remote activity and worker, use the UI plugin which is included in the provider package and install it on the webserver and use the “Admin” - “Edge Worker Hosts” and “Edge Worker Jobs” pages. (Note: The plugin is not ported to Airflow 3.0 web UI at time of writing)

Plan is to close the gap with a next version of Edge Provider Plugin and missing Plugin endpoints in Airflow 3.1.

added
airflow3.x candidateCandidates for Airlfow 3.x (beyond Airflow 3.0)
provider:edgeEdge Executor / Worker (AIP-69)
and removed
kind:bugThis is a clearly a bug
needs-triagelabel for new issues that we didn't triage yet
on Apr 22, 2025
added this to the Airflow 3.1.0 milestone on Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bbovenzi@jscheffl@dheerajturaga

        Issue actions

          Edge Worker Jobs/Hosts tab missing in 3.0.0rc4 · Issue #49536 · apache/airflow