Skip to content

Commit f615be9

Browse files
Update examples/basic/quickstart.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent aa5f0d3 commit f615be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def run_paging_demo(label: str, *, top: Optional[int], page_size: Optional[int])
551551

552552
# 6) Column metadata helpers: column create/delete
553553
print("Column metadata helpers (create/delete column):")
554-
scratch_column = f"scratch_{int(time.time())}"
554+
scratch_column = f"new_scratch_{int(time.time())}"
555555
column_payload = {scratch_column: "string"}
556556
try:
557557
log_call(f"client.create_column('{logical}', {repr(column_payload)})")

0 commit comments

Comments
 (0)