Skip to content

Commit

Permalink
add call to metadata function for mastr
Browse files Browse the repository at this point in the history
  • Loading branch information
khelfen committed Oct 14, 2024
1 parent 7a03d06 commit 173b574
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/egon/data/datasets/power_plants/mastr.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
from egon.data import config, db
from egon.data.datasets.mastr import WORKING_DIR_MASTR_NEW
from egon.data.datasets.power_plants.mastr_db_classes import (
add_metadata,
EgonMastrGeocoded,
EgonPowerPlantsBiomass,
EgonPowerPlantsCombustion,
Expand Down Expand Up @@ -528,3 +529,5 @@ def import_mastr() -> None:
if_exists="append",
schema=target_tables[tech].__table_args__["schema"],
)

add_metadata()

0 comments on commit 173b574

Please sign in to comment.