Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not have value attribute in the ScanEdge object gotten by StorageClient.scan_edge #262

Closed
autumnalK opened this issue Feb 22, 2023 · 2 comments
Labels
type/question Type: question about the product

Comments

@autumnalK
Copy link
Contributor

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

@QingZ11
Copy link

QingZ11 commented Feb 23, 2023

As we communicated in the post https://discuss.nebula-graph.com.cn/t/topic/12240, we recommend you to upgrade the core and tool versions if production environment allows.

@QingZ11 QingZ11 added the type/question Type: question about the product label Feb 23, 2023
@QingZ11
Copy link

QingZ11 commented Mar 31, 2023

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.

Thanks a lot for your contribution anyway 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

2 participants