18 lines
806 B
MySQL
18 lines
806 B
MySQL
-- CZN-06 is a verified, exact customer question/SQL pair. It must be a
|
|
-- runtime Few-shot when approved; RETIRED is the DB switch that excludes it.
|
|
-- This is a single-game reference, so keep the retrieval scope explicit.
|
|
UPDATE sg_qa_vector_example
|
|
SET reference_status = 'APPROVED',
|
|
reference_kind = 'SQL_TEMPLATE',
|
|
target_type = 'SINGLE',
|
|
object_role = 'COUNTRY_GROUPED_DAILY_AU',
|
|
inspection_status = 'VERIFIED',
|
|
inspection_note = 'Verified exact CZN-06 Few-shot restored for runtime retrieval. Daily country AU requires AU_FLAG=1 and EXPT_USER_YN=''N''; STD_USER_YN alone is insufficient.',
|
|
verified_at = SYSTIMESTAMP,
|
|
verified_by = 'SGMP_POC_METADATA_REVIEW'
|
|
WHERE source_type = 'CUSTOMER_QA_BENCHMARK'
|
|
AND source_case_id = 'CZN-06'
|
|
/
|
|
|
|
COMMIT
|