Open shikharjaiswal67 opened 2 years ago
In orders.json, product_options.value(line 430) is defined as an number. Our source data includes strings in this field, causing inserts to fail.
Example row:
products.1.product_options.1.value: Simba (Dalby) does not match {'inclusion': 'available', 'type': ['number', 'null']}
Pull Issued- #18
In orders.json, product_options.value(line 430) is defined as an number. Our source data includes strings in this field, causing inserts to fail.
Example row:
products.1.product_options.1.value: Simba (Dalby) does not match {'inclusion': 'available', 'type': ['number', 'null']}
Pull Issued- #18