1 parent c039017 commit 28ba1f0Copy full SHA for 28ba1f0
1 file changed
README.md
@@ -15,7 +15,7 @@ from sqlalchemy.engine import create_engine
15
from sqlalchemy.schema import *
16
engine = create_engine('datastore://test-api-1', credentials='path/to/credentials.json')
17
conn = engine.connect()
18
-result = conn.execute("SELECT * from test_table)
+result = conn.execute("SELECT * from test_table")
19
print(result.fetchall())
20
```
21
0 commit comments