feat: add setup notebook and update env example for Athena
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""
|
||||
Seed dataset for the Amazon Connect TEI (Forrester, Feb 2026).
|
||||
|
||||
Each row matches the wire shape produced by
|
||||
``core.tei_client.TEIClient._normalize_value`` so it can be passed
|
||||
straight to ``client.update_values(public_id, BENEFITS + COSTS)``.
|
||||
Each row uses the friendly value shape accepted by
|
||||
``core.tei_client.TEIClient.update_values`` (see ``_rows_from_value``),
|
||||
so it can be passed straight to
|
||||
``client.update_values(public_id, BENEFITS + COSTS)``.
|
||||
|
||||
Numbers are the *nominal* (pre-risk-adjustment) values from the PDF —
|
||||
risk adjustment is stored as a factor and applied by Athena's
|
||||
|
||||
Reference in New Issue
Block a user