athena_glue_service_logs/alb.py [66:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            {"Name": "actions_executed", "Type": "string"},
            {"Name": "redirect_url", "Type": "string"},
            {"Name": "error_reason", "Type": "string"}
        ]

    def _build_storage_descriptor(self, partition_values=None):
        if partition_values is None:
            partition_values = []
        return {
            "Columns": self._columns(),
            "Location": self.partitioner.build_partitioned_path(partition_values),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



athena_glue_service_logs/alb.py [153:163]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            {"Name": "actions_executed", "Type": "string"},
            {"Name": "redirect_url", "Type": "string"},
            {"Name": "error_reason", "Type": "string"}
        ]

    def _build_storage_descriptor(self, partition_values=None):
        if partition_values is None:
            partition_values = []
        return {
            "Columns": self._columns(),
            "Location": self.partitioner.build_partitioned_path(partition_values),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



