quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventDataBuilder add_tags missing and some builder typehints are wrong

peter-quix opened this issue · comments

commented

Tell us about the bug

  • TimeseriesDataBuilder has EventDataBuilder typehint for add_tags
  • EventDataBuilder add_tags is not implemented at all, while TimeseriesDataBuilder add_tags is

What did you expect to see?
Correct type hint and expect EventDataBuilder to have add_tags similarly to TimeseriesDataBuilder