mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-18 22:54:53 +08:00
feat: update
This commit is contained in:
@@ -736,6 +736,6 @@ func (h *DataHandler) getUnpivotFields() []string {
|
||||
|
||||
func NewDataHandler(id string) *DataHandler {
|
||||
return &DataHandler{
|
||||
Operation: dag.Operation{ID: id, Key: "data", Type: dag.Function, Tags: []string{"data", "transformation", "misc"}},
|
||||
Operation: dag.Operation{ID: id, Key: "data:transform", Type: dag.Function, Tags: []string{"data", "transformation", "misc"}},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user