You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While trying to generate dynamic models I get a weird error when generating the views:
Error: Error: Compile errors:
xxxxxxxxx cube: (cubes[1].includes = () => '*') must be one of [*, array]
But! The include is set like below, so it doesn't make sense, I can't remove the function that someone else is generating behind the scene? includes: *,
To Reproduce
Steps to reproduce the behavior:
I'm reading a DBT yaml file, generating cubes and views from this.
When adding the views with multiple cubes I get this error. It says that join_path has to be a function, and that works.
Expected behavior
Well, I'm not making it a function and if it should not be a function I'm not sure how I should type it to work. I want it to compile and show my views/cubes.
Describe the bug
While trying to generate dynamic models I get a weird error when generating the views:
But! The include is set like below, so it doesn't make sense, I can't remove the function that someone else is generating behind the scene?
includes:
*,
To Reproduce
Steps to reproduce the behavior:
I'm reading a DBT yaml file, generating cubes and views from this.
When adding the views with multiple cubes I get this error. It says that join_path has to be a function, and that works.
Expected behavior
Well, I'm not making it a function and if it should not be a function I'm not sure how I should type it to work. I want it to compile and show my views/cubes.
Version:
1.2.27
The text was updated successfully, but these errors were encountered: