-
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
Diff production model #116
Conversation
# @classmethod | ||
# # i teorien, løftes til AssetType... kanskje | ||
# def from_cdf( | ||
# cls, | ||
# client, | ||
# external_id: str, | ||
# fetch_relationships: bool = False, | ||
# fetch_content: bool = False, | ||
# ) -> DayAheadProcess: | ||
# raise NotImplementedError() | ||
|
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.
The idea behind keeping this (for now) is to be able to check the same functionality on the market models , so far the only testing has been on production models
Great work! Readable and easy to follow 😄 Seems like this resolved the weird diff we were getting with resync plan as well |
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.
Perfect! Superb work Katie, one minor comment, you can do it if you think it makes sense and you have time
Description
Please describe the change you have made.
Checklist: