Files
xb-seed-catalog/xb_seed_status.py
constantprojects 16eb35f095 Fix seeding field overwrite bug and hardcode NocoDB field names
NocoDB returns records keyed by field titles, but the code was looking
up values by field IDs, always getting None. This caused every update
to overwrite existing seeders instead of appending.

Hardcode "Id" and "Seeding Users" field names as class constants and
remove the --id-field and --seeding-field CLI args.
2026-02-17 15:21:57 -07:00

18 KiB