Skip to content

Commit

Permalink
add default filters
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed Sep 4, 2024
1 parent b1f6cf5 commit 935d548
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions posthog/cdp/templates/loops/template_loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,12 @@
"required": True,
}
],
filters={
"events": [
{"id": "$identify", "name": "$identify", "type": "events", "order": 0},
{"id": "$set", "name": "$set", "type": "events", "order": 1},
],
"actions": [],
"filter_test_accounts": True,
},
)

0 comments on commit 935d548

Please sign in to comment.