Is there a way to pass a parameter to:
airflow trigger_dag dag_name {param}
?
I have a script that monitors a directory for files - when a file gets moves into the target directory I want to trigger the dag passing as a parameter the file path.
Is there a way to pass a parameter to:
airflow trigger_dag dag_name {param}
?
I have a script that monitors a directory for files - when a file gets moves into the target directory I want to trigger the dag passing as a parameter the file path.