GoogleCloudPlatform/oozie-to-airflow

Implement wf:errorCode el-function

turbaszek opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Implement wf:errorCode el-function.

Why it's difficult
Airflow has no error codes, so preserving any decision logic based on the code will require some mapping or extending the DAG structure.

Describe the solution you'd like
The implementation preserves the original el logic.