Open peterdudfield opened 10 months ago
Hi,
I stumbled upon this issue, but I wasn't able to understand the issue here could you please elaborate it a bit more? I am relatively new to open-source contribution and would like to check if I can contribute for it?
Thanks
Hi @anupamkarn , could you add this new feature to https://github.com/openclimatefix/pv-site-datamodel/blob/main/pvsite_datamodel/sqlmodels.py
Hi @peterdudfield, I could implement this (if still relevant)
Just to be sure, SiteGroupSQL
doesn't need an owner column?
Hi @peterdudfield, I could implement this (if still relevant)
Just to be sure,
SiteGroupSQL
doesn't need an owner column?
Yea that would be great. Yea only in "site"
@peterdudfield could you elaborate what's the difference between the new field and dno
?
owner = sa.Column(sa.String(255), comment="The name of the site owner")
dno = sa.Column(sa.String(255), comment="The Distribution Node Operator that owns the site")
Detailed Description
Add an optional owner in the site
Context
Possible Implementation
Site