-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E7 - issue with explore refinements #171
Comments
Do you mean in the "label" parameter , or in the object name? In the latter case, it could be a parser issue.. A small repro would help, as my attempt to repro it didn't run into any issues: (note: Test in https://github.com/looker-open-source/look-at-me-sideways/tree/issue-171-rule-e7-emojis ) |
I mean the label parameter. The label that is failing is "⭐️ Properties, Companies, Shareholders & More" Let me know if you need anything else! |
Given the "+" in the location, I assume it is an issue related to handling of refinements in the LookML parser. I don't think the refinements should be exposed individually in the model. If you would be able to send a zipped copy of your LookML to [email protected], I could use it to repro this issue more quickly? |
I'm testing LAMS and the parser locally and the problem is with the parser. These explores are the only ones that have quick start queries. The quick start queries are defined in a refined explore (hence the "+" sign). I will let you know once I find out more about it! |
So the problem is that the parser/linter does not support explore refinements. I have removed them on my end and it's working now! |
I am still not sure exactly what triggered this error, but in v3.1.4, I did make some parser fixes around "include" functionality which could have contributed to this error. |
I get the error
for explores with emojis or strange characters in the labels.
The text was updated successfully, but these errors were encountered: