refarch/aws-native/common/common_cdk/config.py [629:664]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "Tags": [
                    {
                        "ColumnGeographicRole": "COUNTRY"
                    }
                ]
            }
        },
        {
            "TagColumnOperation": {
                "ColumnName": "cd_city",
                "Tags": [
                    {
                        "ColumnGeographicRole": "CITY"
                    }
                ]
            }
        },
        {
            "TagColumnOperation": {
                "ColumnName": "cd_county",
                "Tags": [
                    {
                        "ColumnGeographicRole": "COUNTY"
                    }
                ]
            }
        },
        {
            "TagColumnOperation": {
                "ColumnName": "cd_state",
                "Tags": [
                    {
                        "ColumnGeographicRole": "STATE"
                    }
                ]
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



refarch/aws-native/dataviz/dataviz_redshift_cdk/dataviz_redshift/redshift_config.py [456:491]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    "Tags": [
                        {
                            "ColumnGeographicRole": "COUNTRY"
                        }
                    ]
                }
            },
            {
                "TagColumnOperation": {
                    "ColumnName": "cd_city",
                    "Tags": [
                        {
                            "ColumnGeographicRole": "CITY"
                        }
                    ]
                }
            },
            {
                "TagColumnOperation": {
                    "ColumnName": "cd_county",
                    "Tags": [
                        {
                            "ColumnGeographicRole": "COUNTY"
                        }
                    ]
                }
            },
            {
                "TagColumnOperation": {
                    "ColumnName": "cd_state",
                    "Tags": [
                        {
                            "ColumnGeographicRole": "STATE"
                        }
                    ]
                }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



