Skip to content

Tag: airflow

Accessing configuration parameters passed to Airflow through CLI

I am trying to pass the following configuration parameters to Airflow CLI while triggering a dag run. Following is the trigger_dag command I am using. My problem is that how can I access the con parameters passed inside an operator in the dag run. Answer This is probably a continuation of the answer provided …

DAG not visible in Web-UI

I am new to Airflow. I am following a tutorial and written following code. On running the script, it doesn’t show any errors but when I check for dags in Web-UI it doesn’t show under Menu->DAGs But I can see the scheduled job under Menu->Browse->Jobs I also cannot see anything in $AIRFLOW…