Custom dataset views incompatible with modules?

We use modules heavily in our implementation and apparently I can’t create a dataset view in this context.

I have a dataset like this one :

use models { 
  dim_cab_site
}

Dataset licences {
  __engine__: 'aql'
  label: "Licences"

  models: [
    dim_cab_site
  ]

  view {
    model dim_cab_site { }
  }

  relationships: [
  ]
}

Holistics returns this error : Error: In View{}, Model 'dim_cab_site' not found
I tried to add the name of the module before the name of the model but it does not work either.

Could you help me with this ?

1 Like

Hi Damien,

Thank you so much for reaching out and letting us know about this issue.

Upon investigation, it appears that there is indeed an issue on our end, which is being unable to use models belonging to modules in Dataset View. We sincerely apologize for any inconvenience it may have caused.

Rest assured, your report has been duly noted. Our team is committed to resolving this promptly, and we’ll keep you informed every step of the way.

Hi, any news on this issue ?
Damien

1 Like

Hi Damien,

Thank you for following up on this issue! I am Daphne from the Product team at Holistics. This issue is already in our roadmap for implementation, and rest assured that it will be fixed soon. Please bear with us a bit longer. We will be sure to keep you posted when this gets resolved.

We genuinely appreciate your understanding.
Daphne

1 Like