Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed May 30, 2024
1 parent 43d3377 commit 70a9ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nowcasting_datamodel/save/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def update_forecast_latest(
forecast_values.append(forecast_value_latest.__dict__)

# update input_data_last_updated
forecast_historic.input_data_last_updated = forecast.input_data_last_updated
forecast_historic.input_data_last_updated_id = forecast.input_data_last_updated_id

# upsert forecast values
upsert(session=session, model=ForecastValueLatestSQL, rows=forecast_values)
Expand Down

0 comments on commit 70a9ffc

Please sign in to comment.