Apache Airflow is a workflow management platform to programmatically author, schedule, and monitor workflows as directed acyclic graphs (DAGs) of tasks.
I would like to set a SLA in a Sensor Operator. The documentation is not too clear about the use …
airflow apache-airflow airflow-schedulerIs there a way to pass a parameter to: airflow trigger_dag dag_name {param} ? I have a script that …
airflow apache-airflow airflow-schedulerI have found following link: https://www.linkedin.com/pulse/airflow-lesson-1-triggerdagrunoperator-siddharth-anand which indeed explains how to use TriggerDagRunOperator to …
python sql triggers directed-acyclic-graphs apache-airflowI need to 1. run a select query on MYSQL DB and fetch the records. 2. Records are processed by python script. …
mysql python-3.x airflow apache-airflowIs there a way in airflow of using the depends_on_past for an entire DagRun, not just applied to …
airflow apache-airflow airflow-schedulerIs there any way to make a user-defined macro in Airflow which is itself computed from other macros? from airflow …
airflow apache-airflowI am not able see the logs attached to the tasks from the Airflow UI: Log related settings in airflow.…
airflow apache-airflow airflow-schedulerMy questions : What is a good directory structure in order to organize your dags and tasks? (the dags examples show …
airflow apache-airflowi would like to use execution date as parameter to my sql file: i tried dt = '{{ ds }}' s3_…
python scheduler airflow apache-airflowIs it possible to pass parameters to Airflow's jobs through UI? AFAIK, 'params' argument in DAG is defined in python …
airflow apache-airflow orchestration