The code has been tested on Windows 10/11 and Linux. You need Java 8 or later to build the compiler, and the maven (mvn) Java build program. Maven will take care of ...
project_root/ ├── compile.py ├── requirements.txt ├── config/ │ ├── templates/ │ │ └── insert_template.sql │ ├── mappings.yaml │ └── schema.json ├── definitions/ │ ├── example_process_flow.yaml ...