You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/connect-using-dbeaver.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ For connections to {{{ .lake }}}, you can use the default `cloudapp` user or an
19
19
20
20
### Step 1: Obtain {{{ .lake }}} Connection Information
21
21
22
-
Log in to {{{ .lake }}} to obtain connection information. For more information, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting).
22
+
Log in to {{{ .lake }}} to obtain connection information. For more information, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse).
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/deepnote.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ This tutorial guides you through the process of integrating {{{ .lake }}} with D
15
15
16
16
### Step 1. Set up Environment
17
17
18
-
Make sure you can log in to your {{{ .lake }}} account and obtain the connection information for a warehouse. For more details, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting).
18
+
Make sure you can log in to your {{{ .lake }}} account and obtain the connection information for a warehouse. For more details, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse).
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/grafana.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Every column except the timestamp and line column becomes a LogQL label.
79
79
-**Database**: The database name containing your log table
80
80
-**Warehouse**: The warehouse name
81
81
82
-
For detailed information on obtaining connection details, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting).
82
+
For detailed information on obtaining connection details, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse).
83
83
84
84
### Step 3. Configure Grafana Data Source
85
85
@@ -128,7 +128,7 @@ For advanced use cases requiring direct SQL access or when working with self-hos
128
128
Before you start, ensure you have:
129
129
130
130
- Grafana installed. Refer to the official installation guide: [https://grafana.com/docs/grafana/latest/setup-grafana/installation](https://grafana.com/docs/grafana/latest/setup-grafana/installation)
131
-
- {{{ .lake }}} access with connection information for a warehouse (see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting))
131
+
- {{{ .lake }}} access with connection information for a warehouse (see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse))
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/jupyter-notebook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ Before you start, ensure that you have [Python](https://www.python.org/) install
237
237
238
238
### Step 1. Obtain Connection Information
239
239
240
-
Obtain the connection information from {{{ .lake }}}. For how to do that, refer to [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting).
240
+
Obtain the connection information from {{{ .lake }}}. For how to do that, refer to [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse).
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/load-tsv.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ summary: TSV (Tab Separated Values) is a simple file format used to store tabula
7
7
8
8
## What is TSV?
9
9
10
-
TSV (Tab Separated Values) is a simple file format used to store tabular data, such as a spreadsheet or database. The TSV file format is very similar to CSV, the records are separated by newlines, and each field is separated by a tab.
10
+
TSV (Tab Separated Values, called `TEXT` in {{{ .lake }}} `v1.2.890-nightly` and later) is a simple file format used to store tabular data, such as a spreadsheet or database. The TSV file format is very similar to CSV, the records are separated by newlines, and each field is separated by a tab.
11
+
11
12
The following example shows a TSV file with two records:
> Starting in {{{ .lake }}} `v1.2.890-nightly`, `TEXT` is supported as an alias for `TSV`. This guide keeps `TYPE = TSV` in examples so they continue to work on older server versions. If you only target `v1.2.890-nightly` or later, you can use `TYPE = TEXT` instead.
37
+
33
38
- For more TSV file format options, refer to [TSV File Format Options](/tidb-cloud-lake/sql/input-output-file-formats.md#tsv-options).
34
39
- For more COPY INTO table options, refer to [COPY INTO table](/tidb-cloud-lake/sql/copy-into-table.md).
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/metabase.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This tutorial guides you through the process of integrating {{{ .lake }}} / {{{
37
37
38
38
To follow along, you'll need to install Metabase with Docker. Before you begin, make sure that Docker is installed on your system.
39
39
40
-
For this tutorial, you will integrate with {{{ .lake }}}. Make sure you can log in to your TiDB Cloud account and obtain the connection information for a warehouse. For more details, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting).
40
+
For this tutorial, you will integrate with {{{ .lake }}}. Make sure you can log in to your TiDB Cloud account and obtain the connection information for a warehouse. For more details, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse).
Copy file name to clipboardExpand all lines: tidb-cloud-lake/guides/mindsdb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Both {{{ .lake }}} and {{{ .lake }}} can integrate with MindsDB as a data source
11
11
12
12
## Tutorial-1: Integrating {{{ .lake }}} with MindsDB
13
13
14
-
Before you start, install a local MindsDB or sign up an account for MindsDB Cloud. This tutorial uses MindsDB Cloud. For more information about how to install a local MindsDB, refer to <https://docs.mindsdb.com/quickstart#1-create-a-mindsdb-cloud-account-or-install-mindsdb-locally>
14
+
Before you start, install a local MindsDB or sign up an account for MindsDB Cloud. This tutorial uses MindsDB Cloud. For more information about how to install a local MindsDB, refer to <https://docs.mindsdb.com/quickstart-tutorial>.
15
15
16
16
### Step 1. Load Dataset into {{{ .lake }}}
17
17
@@ -100,7 +100,7 @@ WHERE (NO2 = 0.005)
100
100
101
101
## Tutorial-2: Integrating {{{ .lake }}} with MindsDB
102
102
103
-
Before you start, install a local MindsDB or sign up an account for MindsDB Cloud. This tutorial uses MindsDB Cloud. For more information about how to install a local MindsDB, refer to <https://docs.mindsdb.com/quickstart#1-create-a-mindsdb-cloud-account-or-install-mindsdb-locally>
103
+
Before you start, install a local MindsDB or sign up an account for MindsDB Cloud. This tutorial uses MindsDB Cloud. For more information about how to install a local MindsDB, refer to <https://docs.mindsdb.com/quickstart-tutorial>.
104
104
105
105
### Step 1. Load Dataset into {{{ .lake }}}
106
106
@@ -143,7 +143,7 @@ COPY INTO pollution_measurement FROM 'https://repo.databend.com/AirPolutionSeoul
143
143
144
144
>**Tip:**
145
145
>
146
-
> The SQL statements above connect the database `default`in {{{ .lake }}} to your MindsDB Cloud account. The parameter values can be obtained from the connection information of your warehouse. For more information, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting). For explanations about the parameters, refer to <https://docs.mindsdb.com/data-integrations/all-data-integrations#databend>
146
+
> The SQL statements above connect the database `default`in {{{ .lake }}} to your MindsDB Cloud account. The parameter values can be obtained from the connection information of your warehouse. For more information, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting-to-a-warehouse). For explanations about the parameters, refer to <https://docs.mindsdb.com/data-integrations/all-data-integrations#databend>
147
147
148
148
2. In the MindsDB Cloud Editor, run the following SQL statements to verify the integration:
0 commit comments