Capstone 2.1 help

In my optRef table I believe I have successfully cast expiry to a date and my meta data matches what was expected but my test still fails. Any help would be appreciated. My code:

uniqueOpts: distinct trade[`option_id]
refServiceHandle:hopen `::5457
uniqueInsts: distinct optRef[`inst_id]
instRef: refServiceHandle (`getInstRef; uniqueInsts)
optRef:refServiceHandle (`getOptionRef;uniqueOpts);
optRef: update "D"$expiry from optRef
meta optRef

Hey @justinwatt

I’m getting an error with this line of code:
uniqueOpts: distinct trade[`option_id]

Are you receiving a different output?