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
Several customers do not have some combination of the sources address or usage_record. It produces the below error since we use dbt_utils.star():
address
usage_record
dbt_utils.star()
Syntax error: SELECT list must not be empty
address - Investigate if we can remove this altogether. It's brought into the end model, but never actually used.
usage_record - This would be easy to allow disabling, or we can leave as-is.
No response
The text was updated successfully, but these errors were encountered:
fivetran-reneeli
Successfully merging a pull request may close this issue.
Is there an existing feature request for this?
Describe the Feature
Several customers do not have some combination of the sources
address
orusage_record
. It produces the below error since we usedbt_utils.star()
:How would you implement this feature?
address
- Investigate if we can remove this altogether. It's brought into the end model, but never actually used.usage_record
- This would be easy to allow disabling, or we can leave as-is.Describe alternatives you've considered
No response
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: