finish clickhouse journeys query

This commit is contained in:
Francis Cao
2024-06-03 23:40:38 -07:00
parent 3a6971e173
commit 0333bec986
8 changed files with 151 additions and 42 deletions

View File

@@ -27,7 +27,7 @@ const schema = {
name: yup.string().max(200).required(),
type: yup
.string()
.matches(/funnel|insights|retention|utm|goals/i)
.matches(/funnel|insights|retention|utm|goals|journey/i)
.required(),
description: yup.string().max(500),
parameters: yup