-
Notifications
You must be signed in to change notification settings - Fork 13
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
352 new tutorial for saving forcast data #363
Conversation
# Conflicts: # CHANGELOG.md
@Malte96 could you review this PR? Feel free to bring more ideas that you think it is worth showing |
For example I didn't get that; what will this query do SELECT time_index + INTERVAL '12 hours', "elektrical_output:energy:forecast['12:0']"
FROM "mte3_fieldtest"."etpv_system"
WHERE
$__timeFilter(time_index + INTERVAL '12 hours') and
"elektrical_output:energy:forecast['12:0']" is NOT Null |
type="StructuredValue", | ||
# "hh:mm": temperature | ||
value={ | ||
"00:00": 20, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this example, I have inconsistent data types in crateDB
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@djs0109: See a possible solution in my commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that can solve the problem. Thanks for the solution!
@Malte96 Do you still see any other problems on this issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be fine as a small example
closes #352