Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions packages/sqlalchemy-spanner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ During setup the dialect will be registered with entry points.
Samples
-------------

The `samples directory <https://github.com/googleapis/google-cloud-python/blob/-/samples/README.md>`__
The `samples directory <https://github.com/googleapis/google-cloud-python/blob/main/packages/sqlalchemy-spanner/samples/README.md>`__
contains multiple examples for how to configure and use common Spanner features.


Expand All @@ -83,7 +83,7 @@ on this step in a dialect prefix part:
# for SQLAlchemy 1.4 and 2.0:
spanner+spanner:///projects/project-id/instances/instance-id/databases/database-id

To pass your custom client object directly to be be used, create engine as following:
To pass your custom client object directly to be used, create engine as following:

.. code:: python

Expand Down Expand Up @@ -200,7 +200,7 @@ Interleaved tables
| Cloud Spanner dialect includes two dialect-specific arguments for
``Table`` constructor, which help to define interleave relations:
``spanner_interleave_in`` - a parent table name
``spanner_inverleave_on_delete_cascade`` - a flag specifying if
``spanner_interleave_on_delete_cascade`` - a flag specifying if
``ON DELETE CASCADE`` statement must be used for the interleave
relation
| An example of interleave relations definition:
Expand Down
1 change: 1 addition & 0 deletions packages/sqlalchemy-spanner/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../CHANGELOG.md
Loading
Loading