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
When summarizing data from arrays, the plugin throws invalid type errors, as it expects the query to return a string instead of any other type.
E.g.
| summarize { cost=sum(BilledCost) }, by: { day, currency=BillingCurrency }
throws:
"issues":[ { "code":"invalid_type", "expected":"string", "received":"number", "path":[ 1, "sum(BilledCost)" ], "message":"Expected string, received number" } ],
The result is displayed correctly, even if it is not a String
Throws long error
@dynatrace/backstage-plugin-dql-backend
@dynatrace/backstage-plugin-dql
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
When summarizing data from arrays, the plugin throws invalid type errors, as it expects the query to return a string instead of any other type.
E.g.
| summarize { cost=sum(BilledCost) }, by: { day, currency=BillingCurrency }
throws:
Expected Behavior
The result is displayed correctly, even if it is not a String
Current Behavior
Throws long error
Your Environment
@dynatrace/backstage-plugin-dql-backend
version: ^2.1.2@dynatrace/backstage-plugin-dql
version: ^2.1.2The text was updated successfully, but these errors were encountered: