From 3982e5b59900d67ede1d8591613ca7566697fc01 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Tue, 6 Sep 2022 10:37:07 +0800 Subject: [PATCH] doc: add reference to connect in data in/out --- docs/en/07-data-in/01-insert-data.md | 5 +++++ docs/en/09-data-out/01-query-data.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/en/07-data-in/01-insert-data.md b/docs/en/07-data-in/01-insert-data.md index bff8fd93d1..f9c64601c0 100644 --- a/docs/en/07-data-in/01-insert-data.md +++ b/docs/en/07-data-in/01-insert-data.md @@ -42,6 +42,11 @@ For more details about `INSERT` please refer to [INSERT](https://docs.tdengine.c ## Connector Examples +:::note +Before executing the sample code in this section, you need to firstly establish connection to TDegnine cloud service, please refer to [Connect to TDengine Cloud Service](../../programming/connect/). + +::: + diff --git a/docs/en/09-data-out/01-query-data.md b/docs/en/09-data-out/01-query-data.md index b6958860bb..24ea7ffcdd 100644 --- a/docs/en/09-data-out/01-query-data.md +++ b/docs/en/09-data-out/01-query-data.md @@ -123,6 +123,11 @@ For more details please refer to [Aggregate by Window](https://docs.tdengine.com ## Connector Examples +:::note +Before executing the sample code in this section, you need to firstly establish connection to TDegnine cloud service, please refer to [Connect to TDengine Cloud Service](../../programming/connect/). + +::: + -- GitLab