Reading data from Spaces #259
-
Hello Team,
But in the result instead of specified space some different space data is getting loaded. when we run the below query: @alex-karpovich It is giving us the result from different space using python launguage. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi @alex-karpovich , Using timebase client 6.0.4 options = tbapi.SelectionOptions() We found out that while querying data for space "20230602" timebase is scanning whole stream instead of that particular space. |
Beta Was this translation helpful? Give feedback.
-
Greetings, @ankitsoin
|
Beta Was this translation helpful? Give feedback.
Hi, @ankitsoin
Please, try the following api:
options.withSpaces(['Space1', 'Space2', ...])
. For example: