blob: 9f3d4821bef5e8bca0ebe9c3441373b08748f0a1 [file] [log] [blame]
{
version: '1.0',
schemas: [
{
name: 'DONUTS',
tables: [
{
name: 'DONUTS',
type: 'custom',
factory: 'org.apache.drill.jdbc.DrillTable$Factory'
, operand: {
path: '/donuts.json'
}
}
]
}
]
}