Multiple modules folders

Hi, trying to better organize our modules with AML 2.0, we wanted to have the following folder structure :

|-- adhoc_queries
|    |-- modules
|         |-- query1
|         |    |-- my_table.model.aml
|         |-- query2
|         |    |-- my_table.model.aml
|-- datasets
|    |-- modules
|         |-- prod_datasets
|         |    |-- my_table.model.aml
|         |-- rec_datasets
|         |    |-- ...
|-- models
|    |-- ...

With this configuration, holistics will generate an error saying that the same model (my_table) exists multiple times even though they are in different modules.

Hi @dacou ,

You would need to group them under the modules folder.
Please take a look at this post for instruction

1 Like

Yes, we will do that. Do you plan to support multiple modules folders at some point ?