Skip to content

Commit 14b0ac6

Browse files
committed
fixed example
Signed-off-by: Sai Shree Pradhan <[email protected]>
1 parent a2f5688 commit 14b0ac6

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

examples/query_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
) as connection:
99

1010
with connection.cursor() as cursor:
11-
cursor.execute("SELECT * FROM main.eng_lumberjack.staging_frontend_log_sql_driver_log limit 1")
11+
cursor.execute("SELECT * FROM default.diamonds LIMIT 2")
1212
result = cursor.fetchall()
1313

1414
for row in result:

examples/test_telemetry.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)