Commit 481bf84
committed
fix(enrich): add missing user_id field to enriched contact data
enrich_contacts RPC requires user_id in every contact record.
The enrich function was sending enriched data without user_id,
causing 'All records in p_contacts_data must contain user_id field' error.
Also adds enrich function config to supabase/config.toml for
Docker edge runtime registration.1 parent 1acf0cd commit 481bf84
2 files changed
Lines changed: 724 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
363 | 369 | | |
364 | 370 | | |
365 | 371 | | |
| |||
0 commit comments