Skip to content

Commit

Permalink
remove 7-day old profile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers authored Sep 19, 2023
1 parent 8809643 commit 0436df7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/whylogs/api/writer/whylabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,12 +603,6 @@ def write(self, file: Writable, **kwargs: Any) -> Tuple[bool, str]:
f"compared to current datetime: {utc_now}. Uploads of profiles older than 5 years "
"might not be monitored in WhyLabs and may take up to 24 hours to show up."
)
else:
logger.warning(
f"A profile being uploaded to WhyLabs has a dataset_timestamp of {dataset_timestamp} "
f"which is older than 7 days compared to {utc_now}. These profiles should be processed "
f"within 24 hours."
)

if stamp <= 0:
logger.error(
Expand Down

0 comments on commit 0436df7

Please sign in to comment.