You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure timestamp conversion errors are surfaced (#133)
Added a try...except...raise block around the calls to
`dt_to_pb_timestamp_utc` for start_time and end_time.
Previously, an error during this conversion might not have been handled
explicitly at this point. This change guarantees that if the conversion
fails, the exception is propagated immediately, improving robustness and
aiding debugging by making the failure point clear.
0 commit comments