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
Copy file name to clipboardExpand all lines: databento/live/client.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,9 @@ def subscribe(
415
415
start : str or int, optional
416
416
UNIX nanosecond epoch timestamp to start streaming from (inclusive), based on `ts_event`. Must be within 24 hours except when requesting the mbo or definition schemas.
417
417
snapshot: bool, default to 'False'
418
-
Reserved for future use.
418
+
Request subscription with snapshot. The `start` parameter must be `None`.
0 commit comments