Skip to content

Commit 1df10a2

Browse files
authored
Add Insight Tupe “funnel” (#17)
* Add stubs and test for Funnel Query Generator * Write first sketch of generated query * Add first implementation of generator * Finished implementation and tests * Add Insight Tupe “funnel”
1 parent aeb4e21 commit 1df10a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/DataTransferObjects/DTOs/DTOv2.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public enum DTOv2 {
171171
case timeseries
172172
case topN
173173
case customQuery
174+
case funnel
174175
}
175176

176177
public var id: UUID

0 commit comments

Comments
 (0)