Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Airflow connection type File (path)

Tags:

airflow

Hello everyone I'm playing with Airflow, I'm reading this helpful tutorial. I'm asking help to understand better how Admin->Connection works regarding Conn Type: File (path). I suppose this type of connection is to have local filesystem folder accessible by my operator?

like image 400
desimetallica Avatar asked Oct 28 '22 13:10

desimetallica


1 Answers

I just understand how to configure a connection for a local file because of your comment, thanks @desimetallica. I will put it here for the next one that will need it.

If the local path should be the dags folder and you are running airflow inside a docker it should be like that: enter image description here

like image 98
RafaelJan Avatar answered Nov 09 '22 04:11

RafaelJan