-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
kind:bugThis is a clearly a bugThis is a clearly a bug
Milestone
Description
I am using an AWS ec2 instance and installed apache-airflow there. Following steps, I am doing in that instance,
- After initiating airflow with 'airflow initdb', I created a user with Admin role using 'airflow create_user' option and in airflow.cfg changed rbac = True.
- Again ran 'airflow initdb' and 'airflow webserver'. It initiated the webserver.
- In another tab, run 'airflow scheduler'
- Then using port-forwarding to port forward the 8080 port from the ec2 instance to my local machine
- In my local browser, I am just opening localhost:8080/
- On Airflow login page, putting credentials of the Admin user, I logged in into Airflow
- After toggling ON a dag from UI, when I am refreshing the page or clicking on some other option, the DAG toggling button is automatically turning OFF. and hence I am not able to run any DAG
The button I am talking about is on the left side of the DAG name.
Please help anyone
TimNooren, phevet, Anubhav2701 and eliekawerk
Metadata
Metadata
Assignees
Labels
kind:bugThis is a clearly a bugThis is a clearly a bug
