In SQL Developer Data Modeler, in the DDL Editor window, in the relational model dropdown, I can choose either the relational model OR a subview of that relational model. This will generate DDL just for the objects within that subview.
In SQLcl, I was hoping I could just use a subview name for the modeler ddl -relmodel option (since the DM application has the subviews and relational models in the same dropdown).
But that fails and says the relational model was not found.
Is there a way to run SQLcl modeler ddl on a subview?