Skip to content

Commit

Permalink
added import
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed May 17, 2024
1 parent fb8f633 commit fc30df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/snippets/data_client/data_client_snippets_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async def write_batch(table):
from google.cloud.bigtable.data import BigtableDataClientAsync
from google.cloud.bigtable.data.mutations import SetCell
from google.cloud.bigtable.data.mutations import RowMutationEntry
from google.cloud.bigtable.data.exceptions import MutationsExceptionGroup

async def write_batch(project_id, instance_id, table_id):
async with BigtableDataClientAsync(project=project_id) as client:
Expand Down

0 comments on commit fc30df7

Please sign in to comment.