Skip to content
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

Merged
merged 9 commits into from
Jan 15, 2025

Conversation

djs0109
Copy link
Contributor

@djs0109 djs0109 commented Dec 3, 2024

closes #352

@djs0109
Copy link
Contributor Author

djs0109 commented Dec 3, 2024

@Malte96 could you review this PR? Feel free to bring more ideas that you think it is worth showing

@djs0109
Copy link
Contributor Author

djs0109 commented Dec 3, 2024

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,
Copy link
Collaborator

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

Copy link
Collaborator

@Malte96 Malte96 Jan 7, 2025

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

Copy link
Contributor Author

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 Malte96 self-requested a review January 7, 2025 08:47
@djs0109
Copy link
Contributor Author

djs0109 commented Jan 14, 2025

@Malte96 Do you still see any other problems on this issue?

Copy link
Collaborator

@Malte96 Malte96 left a 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

@djs0109 djs0109 merged commit 10e1a77 into master Jan 15, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New tutorial for saving forcast data
2 participants