You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enrich cli_command_push telemetry with actorId and wasCreated (#1152)
## Summary
- Adds `push.actorId` and `push.wasCreated` to the unified `cli_command`
telemetry payload so each `cli_command_push` event carries the Actor ID
being pushed and whether the push created a new Actor vs. updated an
existing one.
- After Keboola ETL refresh, this flattens to `push_actor_id` /
`push_was_created` columns in Snowflake (mirroring the existing
`create.*` pattern), unlocking per-surface attribution and dedup'd
new-Actor counts.
Closes#1151
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments