Data Integration Connectors
- Data Integration Connectors
- All Products
{"id" : 1, "name" : "sample"}
{ "type" : "record", "name" : "Customer", "fields" : [ { "name" : "c_custkey", "type" : [ "int", "null" ], "default" : null }, { "name" : "c_name", "type" : [ "string", "null" ], "default" : null }, { "name" : "c_address", "type" : [ "string", "null" ], "default" : null }] }