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

Feature/dwh component #50

Merged
merged 6 commits into from
Nov 21, 2023
Merged

Feature/dwh component #50

merged 6 commits into from
Nov 21, 2023

Conversation

pavel-tashev
Copy link
Collaborator

No description provided.

Pavel Tashev added 5 commits November 21, 2023 11:15
…methods for getting data from database and also executing raw requests or calling stored procedures. Also, it provides high level of communication with the database by implementing contexts - plant, solcast and enercast - allowing us to communicate with the database without writing SQL queeries but just passing parameters if required. Also, unit tests are added aligned to the structure of the DWH component.
Copy link
Contributor

@alydersen alydersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Great work!

{
"plantname": "CC-LL",
"AssetName": "PredPV1",
"AssetId": "86358efb-c076-4bca-a775-0a63ec92d8ba",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be randomised a bit more? Seems very realistic and possibly a security issue?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another thing: Since this is a public library I think we should stick to plant-names that are totally unrecognisable, like "SOMESITE" and "ANOTHERSITE".

@pavel-tashev pavel-tashev merged commit 0c43f15 into main Nov 21, 2023
6 checks passed
@alydersen alydersen deleted the feature/dwh-component branch November 21, 2023 12:32
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.

None yet

2 participants