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 cbc9ebf commit 9d10e16Copy full SHA for 9d10e16
examples/query_execute.py
@@ -8,7 +8,7 @@
8
) as connection:
9
10
with connection.cursor() as cursor:
11
- cursor.execute("SELECT * FROM main.eng_lumberjack.staging_frontend_log_sql_driver_log limit 1")
+ cursor.execute("SELECT * FROM default.diamonds LIMIT 2")
12
result = cursor.fetchall()
13
14
for row in result:
examples/test_telemetry.py
0 commit comments