Questions tagged [airflow-webserver]
161 questions
0
votes
1 answer
Create user with LDAP authentification in airflow 2.1.4
We've updated airflow from 2.0.2 to 2.1.4 and we use LDAP for authentification in our "webserver_config.py", everything works fine. We're logged in as admin and checked the permissions in the admin role (all access given).
In the new airflow version…

thorstenleidl
- 423
- 3
- 8
0
votes
1 answer
Not able to start airflow webserver in background in docker
I am trying to run airflow on an anaconda3 docker image. Everything is working fine, except I am not able to run airflow webserver and scheduler in the background using:
airflow webserver -D
airflow scheduler -D
Both of them start in the foreground…

Nevin Baiju
- 305
- 3
- 18
0
votes
1 answer
airflow icon legend - what is the meaning of a ring around a task in the webserver's treeview?
New to airflow here, and wondering if there's an icon legend in the docs somewhere. I was not able to find.
More particularly, what's the meaning of a circle around a task in the webserver's treeview:
For example, in the example_complex example…

Joey Baruch
- 4,180
- 6
- 34
- 48
-1
votes
1 answer
Airflow: restrict viewing of user dags
im using Airflow:2.5.3
I have assigned subfolders for each user inside the dags folder of airflow
dags/
├── dag-user1/
│ ├── dag_a.py
| ├── dag_b.py
├── dag-user2/
| ├── dag_c.py
| ├── dag_d.py
├── dag-user3/
| ├── dag_e.py
| ├──…

Krengifo
- 11
- 2
-1
votes
2 answers
Can we upload file through airflow web-server UI and trigger a DAG?
I need to upload a log file through the airflow web server UI and parse that log file in a DAG.
My requirement is a button on UI, which upon clicking will open a file selector to upload a file to airflow. then use this file in the DAG.
Similarly, we…

Prinz Piuz
- 69
- 9
-1
votes
1 answer
Error when running airflow webserver on WSL Ubuntu
I am new to airflow, I have installed Ubuntu and enabled WSL version 1 on my windows 10 machine, I then made sure I had python 3.10.6 on the Ubuntu instance, and I installed pip, after that I installed apache-airflow 2.4.3
everything seemed to be…

Kareem Rashwan
- 57
- 5
-1
votes
1 answer
How to print Airflow time?
Need this info in the log as a print statement click for more info

Roshan_mobo
- 3
- 2
-2
votes
2 answers
How to trigger an airflow dag via api written in nodejs
As I'm new to Apache Airflow, Can someone please tell how to trigger, update an airflow dag using api call. Thanks in advance

Sarvath S
- 197
- 3
- 9
-2
votes
2 answers
Airflow webserver `http://0.0.0.0:8080/` not working
$ airflow webserver
____________ _____________
____ |__( )_________ __/__ /________ __
____ /| |_ /__ ___/_ /_ __ /_ __ \_ | /| / /
___ ___ | / _ / _ __/ _ / / /_/ /_ |/ |/ /
_/_/ |_/_/ /_/ /_/ /_/ …

Shubham Verma
- 1
- 5