Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 13925eb

Browse files
authored
Add extra fields
1 parent 97aecd2 commit 13925eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nowcasting_dataset/data_sources/gsp/pvlive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def load_pv_gsp_raw_data_from_pvlive(
105105
end=end_chunk,
106106
entity_type="gsp",
107107
entity_id=gsp_id,
108-
extra_fields="installedcapacity_mwp",
108+
extra_fields="installedcapacity_mwp,capacity_mwp,updated_gmt",
109109
dataframe=True,
110110
)
111111

0 commit comments

Comments
 (0)