TomAugspurger commented on issue #7786: Restore DaskExecutor tests
URL: https://github.com/apache/airflow/pull/7786#issuecomment-603821815
 
 
   That's in `Dask.Executor.execute_async`. Printing out the `command` that';s 
passed to `subprocess.call`:
   
   ```
   ['airflow', 'tasks', 'run', 'example_bash_operator', 'runme_0', 
'2017-01-01T00:00:00+00:00', '--pickle', 1, '--ignore-depends-on-past', 
'--local', '--pool', 'default_pool']
   ```
   
   The `1` between `'--pickle'` and `'--ignore-depends-on-past'` looks fishy. 
Do you know where it's coming from?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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