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
{
"patches": [
{
"id": "TYPEDEF_PATCH_1000_010_001",
"description": "Remove legacy reference attribute 'namespace' from hbase_table",
"action": "REMOVE_LEGACY_REF_ATTRIBUTES",
"typeName": "hbase_table_namespace",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"params": {
"relationshipLabel": "__hbase_table.namespace",
"relationshipCategory": "COMPOSITION"
}
},
{
"id": "TYPEDEF_PATCH_1000_010_002",
"description": "Remove legacy reference attribute 'column_families' from hbase_table",
"action": "REMOVE_LEGACY_REF_ATTRIBUTES",
"typeName": "hbase_table_column_families",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"params": {
"relationshipLabel": "__hbase_table.column_families"
}
},
{
"id": "TYPEDEF_PATCH_1000_010_003",
"description": "Remove legacy reference attribute 'columns' from hbase_column_family",
"action": "REMOVE_LEGACY_REF_ATTRIBUTES",
"typeName": "hbase_column_family_columns",
"applyToVersion": "1.1",
"updateToVersion": "1.2",
"params": {
"relationshipLabel": "__hbase_column_family.columns",
"relationshipCategory": "COMPOSITION"
}
}
]
}