We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
General Question
Is there truly no way to query whether a space or schema are ready? You must use a time.sleep(20) (per the example: https://github.com/vesoft-inc/nebula-python/blob/master/example/get_started.ipynb)? This seems like an amateur hack...
time.sleep(20)
The text was updated successfully, but these errors were encountered:
General Question Is there truly no way to query whether a space or schema are ready? You must use a time.sleep(20) (per the example: https://github.com/vesoft-inc/nebula-python/blob/master/example/get_started.ipynb)? This seems like an amateur hack...
Sorry!
We could use backoff approaches with execute show create space/show create tag.
Sorry, something went wrong.
No branches or pull requests
General Question
Is there truly no way to query whether a space or schema are ready? You must use a
time.sleep(20)
(per the example: https://github.com/vesoft-inc/nebula-python/blob/master/example/get_started.ipynb)? This seems like an amateur hack...The text was updated successfully, but these errors were encountered: