From 2151eefa5a2cdbe0d7846b7a5116bcb1f67df0b0 Mon Sep 17 00:00:00 2001 From: Walt Askew Date: Tue, 19 Aug 2025 19:29:20 +0000 Subject: [PATCH] fix: correct fine-grained access control link The link to fine-grained access controls documentation is in markdown format rather than rst and doesn't render correctly on: https://github.com/googleapis/python-spanner?tab=readme-ov-file#connection-api --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2b1f7b0acd..7f5f5fa37b 100644 --- a/README.rst +++ b/README.rst @@ -253,12 +253,13 @@ Connection API represents a wrap-around for Python Spanner API, written in accor result = cursor.fetchall() -If using [fine-grained access controls](https://cloud.google.com/spanner/docs/access-with-fgac) you can pass a ``database_role`` argument to connect as that role: +If using `fine-grained access controls`_ you can pass a ``database_role`` argument to connect as that role: .. code:: python connection = connect("instance-id", "database-id", database_role='your-role') +.. _fine-grained access controls: https://cloud.google.com/spanner/docs/access-with-fgac Aborted Transactions Retry Mechanism ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~