From 9a0bcfa4e1e3f215c4d99798ae4c7a8c22ba3462 Mon Sep 17 00:00:00 2001 From: gadorlhiac Date: Fri, 3 May 2024 11:32:08 -0700 Subject: [PATCH] DOC Notice about inability to run Airflow DAGs from the command-line --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 03fa424c..55fc93df 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -177,6 +177,8 @@ You will likely also want to provide at a minimum: In general, it is best to prefer the long-form of the SLURM-argument (`--arg=<...>`) in order to avoid potential clashes with present or future LUTE arguments. ### Workflow (DAG) submission +**NOTE**: Support for submitting Airflow DAGs from the command-line is coming soon. As of 2024/05/03 you will need to use the instructions for **DAG Submission from the** `eLog` described below. This is due to authentication requirements - support for new API calls is in the works. + Finally, you can submit a full workflow (e.g. SFX analysis, smalldata production and summary results, geometry optimization...). This can be done using a single script, `submit_launch_airflow.sh`, similarly to the SLURM submission above: ```bash