Skip to content

Commit 839035c

Browse files
committed
add scope param in table model
1 parent ae38491 commit 839035c

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ WITH SOURCE (
284284
'source' = 'iotdb-source',
285285
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
286286
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
287+
'database-name'='testdb.*', -- Scope of Data Synchronization
287288
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
288289
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
289290
)

src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ WITH SOURCE (
294294
'source' = 'iotdb-source',
295295
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
296296
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
297+
'database-name'='testdb.*', -- Scope of Data Synchronization
297298
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
298299
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
299300
)

src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ WITH SOURCE (
284284
'source' = 'iotdb-source',
285285
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
286286
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
287+
'database-name'='testdb.*', -- Scope of Data Synchronization
287288
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
288289
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
289290
)

src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ WITH SOURCE (
294294
'source' = 'iotdb-source',
295295
'mode.streaming' = 'true' -- Extraction mode for newly inserted data (after the pipe is created):
296296
-- Whether to extract data in streaming mode (if set to false, batch mode is used).
297+
'database-name'='testdb.*', -- Scope of Data Synchronization
297298
'start-time' = '2023.08.23T08:00:00+00:00', -- The event time at which data synchronization starts (inclusive).
298299
'end-time' = '2023.10.23T08:00:00+00:00' -- The event time at which data synchronization ends (inclusive).
299300
)

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ create pipe A2B
277277
WITH SOURCE (
278278
'source'= 'iotdb-source',
279279
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
280+
'database-name'='testdb.*', -- 同步数据的范围
280281
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
281282
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
282283
)

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ create pipe A2B
291291
WITH SOURCE (
292292
'source'= 'iotdb-source',
293293
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
294+
'database-name'='testdb.*', -- 同步数据的范围
294295
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
295296
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
296297
)

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ create pipe A2B
277277
WITH SOURCE (
278278
'source'= 'iotdb-source',
279279
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
280+
'database-name'='testdb.*', -- 同步数据的范围
280281
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
281282
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
282283
)

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ create pipe A2B
291291
WITH SOURCE (
292292
'source'= 'iotdb-source',
293293
'mode.streaming' = 'true' -- 新插入数据(pipe创建后)的抽取模式:是否按流式抽取(false 时为批式)
294+
'database-name'='testdb.*', -- 同步数据的范围
294295
'start-time' = '2023.08.23T08:00:00+00:00', -- 同步所有数据的开始 event time,包含 start-time
295296
'end-time' = '2023.10.23T08:00:00+00:00' -- 同步所有数据的结束 event time,包含 end-time
296297
)

0 commit comments

Comments
 (0)