DataIntellectTech / TorQ

kdb+ production framework. Read the doc: https://dataintellecttech.github.io/TorQ/. Join the group!
http://goo.gl/8YupnC
MIT License
269 stars 73 forks source link

Protection against bad data #439

Open WKent-Lee opened 2 years ago

WKent-Lee commented 2 years ago

hi torq experts,

Is the framework designed to deal with bad data going into the system? i.e. around nested data type like string Since your meta will be null in an empty table, if bad data type goes in and mixed with good data type, it will cause 'type error on tp level (still logged to tp log) Then end of day savedown will also cause a type error which causes more chain of bad events down the road

WKent-Lee commented 2 years ago

@dbuckley95