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