We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ab400 commit 6af8491Copy full SHA for 6af8491
examples/01_client_setup_and_queries.py
@@ -57,7 +57,7 @@ def basic_query_examples(j1):
57
58
# 4. Tree query
59
print("4. Tree query for host relationships:")
60
- j1.query_v1(query='FIND Host with displayName = "server-001" THAT RELATES TO *RETURN TREE')
+ j1.query_v1(query='FIND Host with displayName = "server-001" THAT RELATES TO * RETURN TREE')
61
print(f"Tree query completed\n")
62
63
# 5. Query with deleted entities
@@ -184,4 +184,4 @@ def main():
184
print("- JUPITERONE_SYNC_URL (optional)")
185
186
if __name__ == "__main__":
187
- main()
+ main()
0 commit comments