writer / writer-framework

No-code in the front, Python in the back. An open-source framework for creating data apps.
https://dev.writer.com/framework/introduction
Apache License 2.0
1.3k stars 73 forks source link

Problem with StreamSyncState #473

Closed andresckamilo closed 2 months ago

andresckamilo commented 2 months ago

This is the problem when using writer.StreamSyncState:

class AppSchema(wf.StreamsyncState): AttributeError: module 'writer' has no attribute 'StreamsyncState'

ramedina86 commented 2 months ago

This is an error in the documentation. It should be WriterState. Apologies for the inconvenience.

cc @anant-writer @FabienArcellier

andresckamilo commented 2 months ago

Oh thanks for the really fast response!