Skip to content

Commit

Permalink
added print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 14, 2023
1 parent 717aa28 commit 72fe36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/instanceadmin/instanceadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def run_instance_operations(project_id, instance_id, cluster_id):
:type instance_id: str
:param instance_id: Instance of the client.
"""
print(f"Running instance operations on {project_id} and {instance_id}")
client = bigtable.Client(project=project_id, admin=True)
location_id = "us-central1-f"
serve_nodes = 1
Expand Down

0 comments on commit 72fe36d

Please sign in to comment.