Skip to content

Commit 78188be

Browse files
Merge pull request #39 from nchammas/patch-2
Correct link to docs on parametrization
2 parents 4464cf1 + e1ea0a9 commit 78188be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ When calling `Base.metadata.create_all()`, the executed DDL will include `GENERA
182182

183183
## Parameters
184184

185-
`databricks-sql-connector` supports two approaches to parameterizing SQL queries: native and inline. Our SQLAlchemy 2.0 dialect always uses the native approach and is therefore limited to DBR 14.2 and above. If you are writing parameterized queries to be executed by SQLAlchemy, you must use the "named" paramstyle (`:param`). Read more about parameterization in `docs/parameters.md`.
185+
`databricks-sql-connector` supports two approaches to parameterizing SQL queries: native and inline. Our SQLAlchemy 2.0 dialect always uses the native approach and is therefore limited to DBR 14.2 and above. If you are writing parameterized queries to be executed by SQLAlchemy, you must use the "named" paramstyle (`:param`). Read more about [parameterization here][params].
186+
187+
[params]: https://github.com/databricks/databricks-sql-python/blob/main/docs/parameters.md
186188

187189
## Usage with pandas
188190

0 commit comments

Comments
 (0)