Skip to content

Commit 74e7d45

Browse files
committed
test(query): cover lineage SQL workflows
1 parent a05c90b commit 74e7d45

8 files changed

Lines changed: 856 additions & 0 deletions

File tree

scripts/ci/deploy/config/databend-query-node-1.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ definition = "CREATE FUNCTION ping(STRING) RETURNS STRING LANGUAGE python HANDLE
8080
aggregate_spilling_memory_ratio = 60
8181
join_spilling_memory_ratio = 60
8282

83+
[query.lineage]
84+
capture_enabled = true
85+
8386
[log]
8487

8588
[log.file]

scripts/ci/deploy/config/databend-query-node-2.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ auth_type = "no_password"
5151
name = "ping"
5252
definition = "CREATE FUNCTION ping(STRING) RETURNS STRING LANGUAGE python HANDLER = 'ping' ADDRESS = 'http://0.0.0.0:8815'"
5353

54+
[query.lineage]
55+
capture_enabled = true
56+
5457
[log]
5558

5659
[log.file]

scripts/ci/deploy/config/databend-query-node-3.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ auth_type = "no_password"
5252
name = "ping"
5353
definition = "CREATE FUNCTION ping(STRING) RETURNS STRING LANGUAGE python HANDLER = 'ping' ADDRESS = 'http://0.0.0.0:8815'"
5454

55+
[query.lineage]
56+
capture_enabled = true
57+
5558
[log]
5659

5760
[log.file]

scripts/ci/deploy/config/databend-query-node-hive.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ auth_type = "no_password"
4444
name = "ping"
4545
definition = "CREATE FUNCTION ping(STRING) RETURNS STRING LANGUAGE python HANDLER = 'ping' ADDRESS = 'http://0.0.0.0:8815'"
4646

47+
[query.lineage]
48+
capture_enabled = true
49+
4750
[log]
4851

4952
[log.file]

scripts/ci/deploy/config/databend-query-node-otlp-logs.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ auth_type = "no_password"
4040
name = "ping"
4141
definition = "CREATE FUNCTION ping(STRING) RETURNS STRING LANGUAGE python HANDLER = 'ping' ADDRESS = 'http://0.0.0.0:8815'"
4242

43+
[query.lineage]
44+
capture_enabled = true
45+
4346
[log]
4447

4548
[log.file]

scripts/ci/deploy/config/databend-query-node-system-managed.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ definition = "CREATE FUNCTION ping(STRING) RETURNS STRING LANGUAGE python HANDLE
5151
type = "system_managed"
5252
node_group
5353

54+
[query.lineage]
55+
capture_enabled = true
56+
5457
[log]
5558

5659
[log.file]

0 commit comments

Comments
 (0)