skip to Main Content

Moving local python modules to airflow – Docker

I'm trying to set Airflow as a scheduler for my already existing project. After opening the airflow I get error message: Broken DAG: [/opt/airflow/dags/test_dag.py] Traceback (most recent call last): File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/opt/airflow/dags/test_dag.py", line 4,…

VIEW QUESTION

Python drama with variable – Debian

in python I have this set of variable variable.py #--------------Project 1--------------# ip_server = '10.10.55.98' username = 'user_1' distro = 'debian' #--------------Project 2--------------# ip_server = '10.10.55.96' username = 'user_2' distro = 'opensuse' #--------------Project 3--------------# ip_server = '10.10.55.95' username = 'user_3' distro…

VIEW QUESTION
Back To Top
Search