Skip to content

Commit b080a59

Browse files
committed
ugh, async
1 parent b4c4995 commit b080a59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

alloydb/notebooks/embeddings_batch_processing.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@
600600
" await db_conn.commit()\n",
601601
"\n",
602602
" for row in result:\n",
603-
" logger.info(row)\n",
603+
" logger.debug(f\"yielded row: {row._mapping['id']}\")\n",
604+
" yield row._mapping\n",
604605
"await debug_sql(pool)\n",
605606
"logger.info(\"Done.\")\n"
606607
]

0 commit comments

Comments
 (0)