Skip to content

Commit

Permalink
Remove update_date from query
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Nov 21, 2024
1 parent 9ce7851 commit 0e428fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/app/db/crud/weather_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def get_latest_station_prediction(session: Session, station_codes: List[int], da
WeatherStationModelPrediction.bias_adjusted_precip_24h,
WeatherStationModelPrediction.wdir_tgl_10,
WeatherStationModelPrediction.wind_tgl_10,
WeatherStationModelPrediction.update_date,
)
.join(PredictionModelRunTimestamp, PredictionModelRunTimestamp.id == WeatherStationModelPrediction.prediction_model_run_timestamp_id)
.join(PredictionModel, PredictionModel.id == PredictionModelRunTimestamp.prediction_model_id)
Expand Down

0 comments on commit 0e428fc

Please sign in to comment.