File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ def submit_job(
135135 The input symbology type to resolve from.
136136 stype_out : SType or str, default 'instrument_id'
137137 The output symbology type to resolve to.
138+ Must be a valid symbology combination with `stype_in`.
139+ See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
138140 limit : int, optional
139141 The maximum number of records to return. If `None` then no limit.
140142
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ def resolve(
5050 The input symbology type to resolve from.
5151 stype_out : SType or str, default 'instrument_id'
5252 The output symbology type to resolve to.
53+ Must be a valid symbology combination with `stype_in`.
54+ See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
5355 start_date : date or str
5456 The inclusive UTC start date of the request range.
5557 end_date : date or str, optional
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ def get_range(
8080 The input symbology type to resolve from.
8181 stype_out : SType or str, default 'instrument_id'
8282 The output symbology type to resolve to.
83+ Must be a valid symbology combination with `stype_in`.
84+ See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
8385 limit : int, optional
8486 The maximum number of records to return. If `None` then no limit.
8587 path : PathLike[str] or str, optional
@@ -178,6 +180,8 @@ async def get_range_async(
178180 The input symbology type to resolve from.
179181 stype_out : SType or str, default 'instrument_id'
180182 The output symbology type to resolve to.
183+ Must be a valid symbology combination with `stype_in`.
184+ See `symbology combinations`. https://www.databento.com/standards-and-conventions/symbology#supported-symbology-combinations
181185 limit : int, optional
182186 The maximum number of records to return. If `None` then no limit.
183187 path : PathLike[str] or str, optional
You can’t perform that action at this time.
0 commit comments