mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
refactor(pipeline)!: change dispatch table name format (#6901)
* chore(breaking): change dispatch table name format * chore: fix test
This commit is contained in:
@@ -2517,12 +2517,12 @@ dispatcher:
|
||||
field: type
|
||||
rules:
|
||||
- value: http
|
||||
table_suffix: http
|
||||
table_suffix: _http
|
||||
pipeline: http
|
||||
- value: db
|
||||
table_suffix: db
|
||||
table_suffix: _db
|
||||
- value: not_found
|
||||
table_suffix: not_found
|
||||
table_suffix: _not_found
|
||||
pipeline: not_found
|
||||
|
||||
transform:
|
||||
|
||||
Reference in New Issue
Block a user