You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Conversion of configuration with subworkflow does not work in "installed" version of o2a. It expects the sub-workflow to be in "examples" folder and when there are no sources it fails to find the subworkflow.
To Reproduce
Steps to reproduce the behavior:
Install o2a with pip install o2a in a fresh virtualenv outside of the sources
Run conversion o2a -i <YOUR_PATH>/oozie-to-airflow/examples/demo -o /tmp/out
It fails trying to find sub-workflow and failing.
Expected behaviour
We should work out a way to pass information on where the subworkflows are when processing a workflow that has sub-workflow.
The text was updated successfully, but these errors were encountered:
Describe the bug
Conversion of configuration with subworkflow does not work in "installed" version of o2a. It expects the sub-workflow to be in "examples" folder and when there are no sources it fails to find the subworkflow.
To Reproduce
Steps to reproduce the behavior:
pip install o2a
in a fresh virtualenv outside of the sourceso2a -i <YOUR_PATH>/oozie-to-airflow/examples/demo -o /tmp/out
Expected behaviour
We should work out a way to pass information on where the subworkflows are when processing a workflow that has sub-workflow.
The text was updated successfully, but these errors were encountered: