008-remove-hive-legacy-attributes.json 2.07 KB
Newer Older
1 2 3
{
  "patches": [
    {
4 5
      "id":              "TYPEDEF_PATCH_1000_096",
      "description":     "Remove legacy reference attribute 'db' from hive_table",
6 7 8 9 10
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "hive_table_db",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
11 12
        "relationshipLabel": "__hive_table.db",
        "relationshipCategory": "AGGREGATION"
13 14 15
      }
    },
    {
16 17
      "id":              "TYPEDEF_PATCH_1000_097",
      "description":     "Remove legacy reference attribute 'columns' from hive_table",
18 19 20 21 22 23 24 25 26
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "hive_table_columns",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__hive_table.columns"
      }
    },
    {
27 28
      "id":              "TYPEDEF_PATCH_1000_098",
      "description":     "Remove legacy reference attribute 'partitionkeys' from hive_table",
29 30 31 32 33 34 35 36 37
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "hive_table_partitionkeys",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__hive_table.partitionkeys"
      }
    },
    {
38 39
      "id":              "TYPEDEF_PATCH_1000_099",
      "description":     "Remove legacy reference attribute 'sd' from hive_table",
40 41 42 43 44 45 46 47 48
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "hive_table_storagedesc",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__hive_table.sd"
      }
    },
    {
49 50
      "id":              "TYPEDEF_PATCH_1000_100",
      "description":     "Remove legacy reference attribute 'query' from hive_column_lineage",
51 52 53 54 55 56 57 58 59 60 61
      "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
      "typeName":        "hive_process_column_lineage",
      "applyToVersion":  "1.1",
      "updateToVersion": "1.2",
      "params": {
        "relationshipLabel": "__hive_column_lineage.query",
        "swapEnds":          "true"
      }
    }
  ]
}