Encountered " ":" ": ""

Hi Im trying to run a simple query but it throws error.

@Fish The snippet you’re showing is using v2 GSQL syntax. Can you test v1 syntax to see if the error persists?

print(conn.gsql('''
SELECT a1 FROM Airport:a1-(origin_edge:origin)->Schedule:s1
'''))

Hi @Jon_Herke, thanks for you reply!

However, im under the impression that v2GSQL syntax would be this :
SELECT a1
FROM Airport:a1-(origin_edge>:origin)-Schedule:s1-(dest_edge>:dest)-Airport:a2

-> belongs to v1?