1

I was trying to append data to a stream table through the Orca API (pandas project of DolphinDB).

It seems that it doesn't work. Will Orca support operations on streams tables?

e.g.

orca.load_table(THE_STREAM_TABLE)

is not working.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
rc618
  • 41
  • 1

1 Answers1

1

I believe read_share_table is for reading stream table:

orca.read_shared_table(THE_STREAM_TABLE)
dovish618
  • 156
  • 5