Eunomia relies on the CommonDataModel package to write the DDL. The problem is this creates a dependency on Java (through SqlRender).
Some research environments prohibit java. We could remove the java dependency by simply storing the DDLs in the Eunomia package and removing the dependency on the CommonDataModel package. The DDLs should not change so I think it would be an easy change and allow Eunomia to be used in environments without Java.
Eunomia relies on the CommonDataModel package to write the DDL. The problem is this creates a dependency on Java (through SqlRender).
Some research environments prohibit java. We could remove the java dependency by simply storing the DDLs in the Eunomia package and removing the dependency on the CommonDataModel package. The DDLs should not change so I think it would be an easy change and allow Eunomia to be used in environments without Java.