Skip to content

Commit ef2a127

Browse files
committed
Added note to develop w FB
1 parent 0d77ce1 commit ef2a127

10 files changed

+21
-8
lines changed

docs/developing-with-firebolt/connecting-with-Python.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about using the Python SDK for Firebolt.
55
nav_order: 2
66
parent: Developing with Firebolt
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Python
1011

1112
You can use the Python SDK to work with Firebolt. See the resources below for more information.

docs/developing-with-firebolt/connecting-with-go.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about using the Go SDK for Firebolt.
55
nav_order: 7
66
parent: Developing with Firebolt
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Go
1011

1112
Firebolt provides a Go SDK for developing Go applications on Firebolt. The Firebolt Go SDK implements the [`database/sql/driver`](https://pkg.go.dev/database/sql) specification in Go's standard library. For installation and usage instructions, see the [firebolt-go-sdk](https://github.com/firebolt-db/firebolt-go-sdk) repository on GitHub.

docs/developing-with-firebolt/connecting-with-jdbc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: How to use the Firebolt JDBC driver
55
nav_order: 5
66
parent: Developing with Firebolt
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Using the JDBC driver
1011
{:.no_toc}
1112

docs/developing-with-firebolt/connecting-with-net.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: Learn about using the .NET SDK for Firebolt.
55
nav_order: 6
66
parent: Developing with Firebolt
77
---
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
810

911
# .NET
1012

docs/developing-with-firebolt/connecting-with-nodejs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about using the Node.js SDK for Firebolt.
55
nav_order: 1
66
parent: Developing with Firebolt
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Node.js
1011

1112
You can use the Firebolt Node.js SDK to connect to Firebolt and perform Firebolt operations. For more installation and usage instructions, see the [firebolt-node-sdk](https://github.com/firebolt-db/firebolt-node-sdk/tree/0.x) repository on GitHub.

docs/developing-with-firebolt/connecting-with-sqlalchemy.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about using the Firebolt adapter for the SQLAlchemy Python SQ
55
nav_order: 4
66
parent: Developing with Firebolt
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Connecting with SQLAlchemy
1011

1112
SQLAlchemy is an open-source SQL toolkit and object-relational mapper for the Python programming language.

docs/developing-with-firebolt/developing-with-firebolt.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ nav_exclude: true
44
permalink: /developing-with-firebolt/developing-with-firebolt.html
55
redirect_to: /developing-with-firebolt
66
---
7+
{: .note}
8+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
79
<!-- Do not edit this file. See the location listed as redirect_to above. -->
810

docs/developing-with-firebolt/firebolt-rest-api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: Learn about using the Firebolt REST API to interact with Firebolt.
55
nav_order: 3
66
parent: Developing with Firebolt
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Firebolt REST API
1011

1112
The Firebolt REST API provides endpoints that enable you to interact with Firebolt programmatically. This topic provides commands for common tasks using the REST API, including authentication, working with engines, and executing queries.

docs/developing-with-firebolt/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ description: Learn about developing applications powered by Firebolt.
55
nav_order: 12
66
has_children: true
77
---
8-
8+
{: .note}
9+
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
910
# Developing with Firebolt

docs/working-with-tables.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ description: Learn about external tables, fact tables, and dimension tables in F
55
nav_order: 6
66
has_toc: true
77
---
8-
# Working with tables
98
{: .note}
109
This documentation is related to an older version of Firebolt. For the most current documentation, see [Firebolt documentation](https://docs.firebolt.io/godocs/).
10+
11+
# Working with tables
12+
1113
Tables in Firebolt have a few unique characteristics that are designed to optimize performance. This topic covers table concepts.
1214

1315
## Fact and dimension tables

0 commit comments

Comments
 (0)