config.json 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
{ "Search": {
        "Table": [
          { "$id$":["id"] },
                "name",
               { "description": ["description"] },
                "owner",
                "createTime",
          { "$traits$":[""]}
        ],
        "DB": [
          { "$id$":["id"] },
                "name",
               { "description": ["description"] },
                "locationUri",
                "owner",
          { "$traits$":[""]}
        ],
      "Column": [
        { "$id$":["id"] },
                "name",
                "dataType",
                "comment",
                "table",
        { "$traits$":[""]}
            ],
  "__tempQueryResultStruct": [
    { "instanceInfo": ["guid","typeName"] }
  ],
  "StorageDesc": [
    { "$id$":["id"] },
    "compressed",
    "outputFormat",
    "location",
    "inputFormat",
    { "$traits$":[""]}
  ],
  "LoadProcess": [
    { "$id$":["id"] },
{ "inputTables":["id"] },
    "name",
    "queryText",
    "startTime",
	"endTime",
    { "$traits$":[""]}
  ],
  "View": [
    { "$id$":["id"] },
48
{ "inputTables":["id"] },
49 50 51 52 53 54
    "name",
    { "$traits$":[""]}
  ]

    }
}