Skip to content

Commit

Permalink
UPDATE: add task to delete out of range data/LINTING
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezzaldin97 committed Jan 1, 2024
1 parent ab7d63d commit be425f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/inference/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def load_forecasts_into_db(conn, preds_df: pd.DataFrame) -> None:
" preds_df"
)


def delete_out_of_range_data(conn, thresh_date: str) -> None:
print("Deleting Out of Range Data")
conn.sql(f"""
Expand Down

0 comments on commit be425f1

Please sign in to comment.