Data and list views in modeling don't work when filenames contain dots

We took the habit to name query models like this : model_name.trans.model.aml.
This allows us to find them more easily.

But for those files the data and list tabs are left empty. We have to remove the dot in the filename like here : model_name-trans.model.aml.

Hi Damien,

After checking internally with our team, our current logic to detect a model AML file is to check the extension which includes everything after the first dot e.g. trans.model.aml in your case. This is indeed less flexible than ideal and we have added the improvement to only consider the last 2 dots to our backlog.

Thanks again for raising this up to us!