zzqq1 closed pull request #4297: AIRFLOW-3485
URL: https://github.com/apache/incubator-airflow/pull/4297
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/models.py b/airflow/models.py
index 74555902a5..4e481f722f 100755
--- a/airflow/models.py
+++ b/airflow/models.py
@@ -1129,6 +1129,7 @@ def generate_command(dag_id,
         cmd.extend(["--raw"]) if raw else None
         cmd.extend(["-sd", file_path]) if file_path else None
         cmd.extend(["--cfg_path", cfg_path]) if cfg_path else None
+        cmd.extend(["&"]) if local and not raw else None
         return cmd
 
     @property


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to