003-cloud_model_remove_legacy_attributes.json 2.19 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 48 49 50 51 52
{
    "patches": [
        {
            "id":              "TYPEDEF_PATCH_3000_003_001",
            "description":     "Remove legacy reference attribute 's3Objects' from aws_s3_pseudo_dir",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "aws_s3_pseudo_dir_aws_objects",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel":    "__aws_s3_pseudo_dir.s3Objects",
                "relationshipCategory": "COMPOSITION"
            }
        },
        {
            "id":              "TYPEDEF_PATCH_3000_003_002",
            "description":     "Remove legacy reference attribute 'pseudoDirectories' from aws_s3_bucket",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "aws_s3_bucket_aws_s3_pseudo_dirs",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel":    "__aws_s3_bucket.pseudoDirectories",
                "relationshipCategory": "COMPOSITION"
            }
        },
        {
            "id":              "TYPEDEF_PATCH_3000_003_003",
            "description":     "Remove legacy reference attribute 'avroSchema from aws_s3_object",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "aws_s3_object_avro_schema",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel":    "__aws_s3_object.avroSchema",
                "relationshipCategory": "ASSOCIATION"
            }
        },
        {
            "id":              "TYPEDEF_PATCH_3000_003_004",
            "description":     "Remove legacy reference attribute 'avroSchemas' from aws_s3_pseudo_dir",
            "action":          "REMOVE_LEGACY_REF_ATTRIBUTES",
            "typeName":        "aws_s3_pseudo_dir_avro_schema",
            "applyToVersion":  "1.1",
            "updateToVersion": "1.2",
            "params": {
                "relationshipLabel":    "__aws_s3_pseudo_dir.avroSchemas",
                "relationshipCategory": "ASSOCIATION"
            }
        }
    ]
}