Open
Description
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
vs airflow 2
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