athena_glue_service_logs/cloudtrail.py [50:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def _build_storage_descriptor(self, partition_values=None):
        if partition_values is None:
            partition_values = []
        return {
            "Columns": [
                {
                    "Type": "string",
                    "Name": "eventversion"
                },
                {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



athena_glue_service_logs/cloudtrail.py [162:171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def _build_storage_descriptor(self, partition_values=None):
        if partition_values is None:
            partition_values = []
        return {
            "Columns": [
                {
                    "Type": "string",
                    "Name": "eventversion"
                },
                {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



