We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
expr
Can’t use 1 in expr. A measure like below will yield the following error: 1 is not valid under any of the given schemas
1 is not valid under any of the given schemas
- name: orders expr: 1 agg: sum
I should be able to use integers in expr key.
Create a measure like below and run dbt run
dbt run
No response
- OS: - Python: - dbt:
The text was updated successfully, but these errors were encountered:
cc @QMalcolm
Sorry, something went wrong.
QMalcolm
Successfully merging a pull request may close this issue.
Is this a new bug in dbt-core?
Current Behavior
Can’t use 1 in expr. A measure like below will yield the following error:
1 is not valid under any of the given schemas
Expected Behavior
I should be able to use integers in expr key.
Steps To Reproduce
Create a measure like below and run
dbt run
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: