-- 1) Create raw table to hold incoming PAN values CREATE TABLE IF NOT EXISTS sgt_pan_numbers_dataset ( pan_number text ); -- 2) (Optional) Insert some test rows to ...
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "some_date": { "type": ["string", "null"], "format": "date-time ...