From 2fb422f9c01eae3740bd2eb3d5a5a936aa0e8e45 Mon Sep 17 00:00:00 2001 From: Petro Tiurin <93913847+ptiurin@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:28:26 +0100 Subject: [PATCH] docs: Change SQLAlchemy repo link to point at FB1.0 0.x branch in sqlalchemy repo contains Firebolt 1.0 readme and code. We should point to it by default until Firebolt 2.0 is released. New changes in sqlalchemy driver for Firebolt 2.0 will be merged to the main branch. --- docs/developing-with-firebolt/connecting-with-sqlalchemy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-with-firebolt/connecting-with-sqlalchemy.md b/docs/developing-with-firebolt/connecting-with-sqlalchemy.md index 6c34fbca..7c6bf56b 100644 --- a/docs/developing-with-firebolt/connecting-with-sqlalchemy.md +++ b/docs/developing-with-firebolt/connecting-with-sqlalchemy.md @@ -16,4 +16,4 @@ The adapter is written in Python using the SQLAlchemy toolkit. It is built accor ### To get started -We recommend you follow the guidelines for SQLAlchemy integration in our [Github repository](https://github.com/firebolt-db/firebolt-sqlalchemy). +We recommend you follow the guidelines for SQLAlchemy integration in our [Github repository](https://github.com/firebolt-db/firebolt-sqlalchemy/tree/0.x).