Skip to content

Commit dbe4e77

Browse files
author
于泽
committed
merge conf design
1 parent ff25acd commit dbe4e77

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

examples/simple.json

+16
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,22 @@
108108
"path_suffix": "{service}/filter={filter}/app_id={app_id}",
109109
"table_name": "table"
110110
}
111+
},
112+
{
113+
"name": "merge file by tag",
114+
"function": "merge",
115+
"args": {
116+
"tags": ["app_id"],
117+
"output_file_lines": "100000"
118+
}
119+
},
120+
{
121+
"name": "merge file by path",
122+
"function": "merge",
123+
"args": {
124+
"path_suffix": "dataspin/app_id={app_id}/",
125+
"output_file_lines": "100000"
126+
}
111127
}
112128
]
113129
}

0 commit comments

Comments
 (0)