-
Notifications
You must be signed in to change notification settings - Fork 10
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
Error 500 for "Get property value" using an alias on a disassociated stream, where the stream is of integer type #270
Comments
Updated the description now that I test querying by asset and propoerty. That works. It only fails if I query by alias. |
Hi @gregbreen, Unfortunately I've been unsuccessful in reproducing this. Some additional questions I had:
|
Hi @kevinwcyu . Further experimentation shows that it's the intersection of these 4 things:
Example alias/stream: Error message screenshot: |
Hi @gregbreen, this should be available in 1.16.1 once #276 is approved for release. |
What happened:
If I create a
Get property value
query type for a property/stream that is an integer (and the stream is disassociated), I suffer the following error:Pertinent points:
Get property value
by asset and property works. Query by alias works if the stream is associated, but not if disassociated.Get property value history
works just fine (for an integer data stream, and querying by alias on a disassociated stream).Get property value
works fine.aws iotsitewise get-asset-property-value --property-alias
I can retrieve an integer value without issue.How to reproduce it (as minimally and precisely as possible):
Create a Stat panel and try to add a
Get property value
query for a disassociated integer data stream, and query by alias.Environment:
The text was updated successfully, but these errors were encountered: