- Notifications
You must be signed in to change notification settings - Fork 21
feat: Add Spanner Graph QA Chain #111
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
Conversation
| 🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
| /gcbrun |
| /gcbrun |
| /gcbrun |
1 similar comment
| /gcbrun |
…ollision for tests running parallely from different python environments
| /gcbrun |
4 similar comments
| /gcbrun |
| /gcbrun |
| /gcbrun |
| /gcbrun |
| :meta private: | ||
| """ | ||
| _output_keys = [self.output_key] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
directly return [self.output_key] ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| for edge in self.schema.edges.values() | ||
| ] | ||
| ], | ||
| {timeout: 300}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
| op = self.database.update_ddl(ddl_statements=ddls) | ||
| print("Waiting for DDL operations to complete...") | ||
| return op.result(options.get("timeout", 60)) | ||
| return op.result(options.get("timeout", 300)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we should have
DEFAULT_DDL_TIMEOUT = 300
and use it here and in the cleanup function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕