Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Loading