-
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
feat: add python settlement reports #72
base: main
Are you sure you want to change the base?
Conversation
Python test results2 tests 2 ✅ 4m 16s ⏱️ Results for commit c85c923. ♻️ This comment has been updated with latest results. |
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.
Please note that settlement the report job might have been update while this PR is being reviewed (a new name for the metering point type is beening introduced)
TOTAL_CONSUMPTION = "total_consumption" | ||
ELECTRICAL_HEATING = "electrical_heating" | ||
NET_CONSUMPTION = "net_consumption" | ||
EFFECT_SETTLEMENT = "effect_settlement" |
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.
Please note that settlement the report job might have been update while this PR is being reviewed (a new name for the metering point type is beening introduced)
…ement-report into xchrh/settlement_report_job_python
Description
Moved current code from wholesale for settlement reports job (option 2) to this repo. Added CI pipeline for running python unit and integration tests.
Pull-request quality
dev_002
)