Michael Kotliar
Michael Kotliar
Hi @kokleong9406 Could you please provide more details on what kind of logs you would like to have? It looks like the reason why you want to have the scheduler...
Hi @kokleong9406 I think these changes are not in the release on Pypi yet, so you can install it from the latest `master` branch commit on GitHub. Let me know...
Hi @kokleong9406, I think it can be related to running CWL-Airflow inside docker. For `docker run` there is a `--user` parameter. I believe something similar can be provided in the...
Hi @francescobianco Thank you for submitting an issue. We can't use the latest version of cwltool due to this bug https://github.com/common-workflow-language/cwltool/issues/1349. In order to make CWL-Airflow use the latest cwltool,...
Quick note for myself regarding a confirmed bug in cwltool > For cwltool==3.1.20210628163208 it still fails with the same error, however, if in the tool I put docker in the...
Hello, CWL format is more suitable for running command-line tools. And if you are using Docker containers each step will be completely isolated from others, so it's not an easy...
Hi @kokleong9406, Could you please check if `/cwl_airflow/test/39_kokleong_17-docker-wf_manual__2022-05-26T11_23_53.619688_00_00_17sz_laf/run_docker/run_docker_step_cache/da312hvh.` actually exists? It looks like some permissions problems. Make sure your Docker has read/write access to the `/cwl_airflow` directory. If you are...
Well, that's an important detail :) You can't run docker inside a docker unless you start the 'external' container with mounted `/var/run/docker.sock:/var/run/docker.sock`. However, in this case, the locations of all...
@kokleong9406 Thank you for submitting an issue. I will investigate it and come back to you shortly. Michael
Hi @mdrio, sorry for the late reply. All the information about the workflow execution is stored in the Airflow metadata database, which you can access from the Airflow UI or...