Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit f647dbc

Browse files
committed
added comment
1 parent 34976ca commit f647dbc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/snippets/data_client/data_client_snippets_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ async def write_aggregate(project_id, instance_id, table_id):
157157
family="counters",
158158
qualifier="odometer",
159159
value=32304,
160+
# Convert nanoseconds to microseconds
160161
timestamp_micros=time.time_ns() // 1000,
161162
)
162163
await batcher.append(

0 commit comments

Comments
 (0)