diff --git a/ingestion/examples/sample_data/datasets/tables.json b/ingestion/examples/sample_data/datasets/tables.json index b3a24419d2e..7669bc8ec57 100644 --- a/ingestion/examples/sample_data/datasets/tables.json +++ b/ingestion/examples/sample_data/datasets/tables.json @@ -1604,10 +1604,23 @@ }, { "name": "shipping_address", - "dataType": "ARRAY", - "arrayDataType": "STRUCT", - "dataTypeDisplay": "array>", - "tags": [] + "dataType": "ARRAY", + "arrayDataType": "STRUCT", + "dataTypeDisplay": "array>>", + "children": [ + { + "dataType": "STRING", + "dataTypeDisplay": "string", + "name": "type" + }, + { + "dataType": "ARRAY", + "arrayDataType": "INT", + "dataTypeDisplay": "array", + "name": "provider" + } + ], + "tags": [] }, { "name": "orders",