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
I'm quite sure that I do have data in Nebula. My Nebula verison is 1.2.7 and I installed the nebula-python==1.1.0
When I refer to the StorageClientExample.py, the ScanEdge result I got has no value.
what I do scan_edge_response_iterator = storage_client.scan_edge(space_name, return_cols, all_cols, limit, start_time, end_time) scan_edge_response_iterator.next().edge_data[0]
what I get ScanEdge( src=3241934849, type=195, dst=0)
Just want to know what wrong I may have done qwq
The text was updated successfully, but these errors were encountered:
I have noticed that the issue you created hasn’t been updated for nearly a month, so I have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime.
I'm quite sure that I do have data in Nebula. My Nebula verison is 1.2.7 and I installed the nebula-python==1.1.0
When I refer to the StorageClientExample.py, the ScanEdge result I got has no value.
scan_edge_response_iterator = storage_client.scan_edge(space_name, return_cols, all_cols, limit, start_time, end_time)
scan_edge_response_iterator.next().edge_data[0]
ScanEdge( src=3241934849, type=195, dst=0)
Just want to know what wrong I may have done qwq
The text was updated successfully, but these errors were encountered: