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
## What is the goal of this PR?
We update to the newest version of TypeDB Driver which supports Fetch
queries. As Fetch queries return a stream of JSONs, they are only
available in text output view, not as a graph.
For more details, see typedb/typeql#300
## What are the changes implemented in this PR?
Closestypedb/typedb#6921
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ def vaticle_dependencies():
28
28
git_repository(
29
29
name="vaticle_dependencies",
30
30
remote="https://github.com/vaticle/dependencies",
31
-
commit="fcc9a56b65e6ab69bbf0f1680affe38e12617ed6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
31
+
commit="adda846178ed799aca001cc9dfd7934cd4f805a8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
0 commit comments