-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pr/json function trial #4
base: main
Are you sure you want to change the base?
Conversation
…ve the processing files for db.
…n. ATB not yet decided
…and entity handling
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.
LGTM overall. Lets just clean-up and I can re-review it
(1, strftime('%s', 'now', 'start of day', '+23 hours'), random() * 100); | ||
-- | ||
-- | ||
-- .print '' |
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.
We can keep this queries for testing purposes
prime_mover text not null, | ||
fuel_type text not null, |
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.
I think we need the prime mover table for this.
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.
We do have the prime mover table. This is used for the prime mover fk
@pesap Adding for your review the latest schema with the updated tables on how the time series and complex data is handled.