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

Missing generator timeseries in eTraGo tables #645

Closed
ClaraBuettner opened this issue Jan 25, 2022 · 2 comments
Closed

Missing generator timeseries in eTraGo tables #645

ClaraBuettner opened this issue Jan 25, 2022 · 2 comments
Assignees
Labels
🐛 bug Something isn't working

Comments

@ClaraBuettner
Copy link
Contributor

In fill_etrago_gen all entries from grid.egon_etrago_generator_timeseries are dropped:

db.execute_sql(
f"""DELETE FROM
{cfg['targets']['etrago_gen_time']['schema']}.
{cfg['targets']['etrago_gen_time']['table']}
"""
)

But other tasks also fill this table and this data is missing. Deleting from the table needs to be implemented with conditions.
@CarlosEpia Should I fix this or could you do that?

@ClaraBuettner ClaraBuettner added the 🐛 bug Something isn't working label Jan 25, 2022
@CarlosEpia
Copy link
Contributor

Hi @ClaraBuettner! thanks for letting me know about this bug. I will fix it.

CarlosEpia added a commit that referenced this issue Feb 4, 2022
CarlosEpia added a commit that referenced this issue Feb 11, 2022
CarlosEpia added a commit that referenced this issue Feb 14, 2022
…es' into continuous-integration/run-everything-over-the-weekend-v2
CarlosEpia added a commit that referenced this issue Feb 28, 2022
…meseries-in-etrago-tables

Fixes/#645 missing generators timeseries in etrago tables
@CarlosEpia
Copy link
Contributor

Solved in PR #659.

CarlosEpia added a commit that referenced this issue Mar 3, 2022
…es' into continuous-integration/run-everything-over-the-weekend-v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants