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
Is your feature request related to a problem? Please describe.
To identify streams its cool to have labels and show them instead of the stream_id in print_summary()
Describe the solution you'd like
Add a parameter like create_stream("trade", "btcusdt", stream_label="trades")
Add a method to get and set/rm the label of a stream.
If stream_label is not None then show it instead of the stream_id in print_summary()
Change the column name "stream_id" to "stream_id/stream_label"
Add/modify docstrings
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
To identify streams its cool to have labels and show them instead of the
stream_id
inprint_summary()
Describe the solution you'd like
create_stream("trade", "btcusdt", stream_label="trades")
stream_label
is notNone
then show it instead of thestream_id
inprint_summary()
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: