[Bug]: query casing is not respected for file queries and aliases #2918
Labels
bug
Something isn't working
customer request
An Evidence customer has requested this
to-review
Evidence team to review
Describe the bug
If you alias release_year.sql as releaseYear, the frontmatter will run without error and a query named releaseyear (lowercase 'y') will run successfully. But there will not be a query named releaseYear (capital 'y') in the scope, and any downstream attempts to reference it as such will fail.
While the examples in the docs use snakecase, I don't believe anywhere in the docs indicates that camelCase aliases will cause this particular bug.
Severity
annoyance
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered: