refarch/aws-native/common/common_cdk/config.py [327:384]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        },
        {
            "Name": "sf_item_id",
            "Type": "INTEGER"
        },
        {
            "Name": "#quantity",
            "Type": "INTEGER"
        },
        {
            "Name": "#wholesale_cost",
            "Type": "DECIMAL"
        },
        {
            "Name": "#list_price",
            "Type": "DECIMAL"
        },
        {
            "Name": "#sales_price",
            "Type": "DECIMAL"
        },
        {
            "Name": "#ext_discount_amt",
            "Type": "DECIMAL"
        },
        {
            "Name": "#ext_sales_price",
            "Type": "DECIMAL"
        },
        {
            "Name": "#ext_wholesale_cost",
            "Type": "DECIMAL"
        },
        {
            "Name": "#ext_list_price",
            "Type": "DECIMAL"
        },
        {
            "Name": "#ext_tax",
            "Type": "DECIMAL"
        },
        {
            "Name": "#coupon_amt",
            "Type": "DECIMAL"
        },
        {
            "Name": "#net_paid",
            "Type": "DECIMAL"
        },
        {
            "Name": "#net_paid_inc_tax",
            "Type": "DECIMAL"
        },
        {
            "Name": "#net_profit",
            "Type": "DECIMAL"
        },
        {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



refarch/aws-native/dataviz/dataviz_redshift_cdk/dataviz_redshift/redshift_config.py [154:211]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            },
                            {
                                "Name": "sf_item_id",
                                "Type": "INTEGER"
                            },
                            {
                                "Name": "#quantity",
                                "Type": "INTEGER"
                            },
                            {
                                "Name": "#wholesale_cost",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#list_price",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#sales_price",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#ext_discount_amt",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#ext_sales_price",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#ext_wholesale_cost",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#ext_list_price",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#ext_tax",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#coupon_amt",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#net_paid",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#net_paid_inc_tax",
                                "Type": "DECIMAL"
                            },
                            {
                                "Name": "#net_profit",
                                "Type": "DECIMAL"
                            },
                            {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



