Skip to content

Commit

Permalink
Merge pull request #37 from Sage-Bionetworks/ETL-83/serde
Browse files Browse the repository at this point in the history
Remove explicit SerdeInfo config from Glue tables
  • Loading branch information
tthyer authored Jan 21, 2022
2 parents 8886aba + b838a6e commit d3ef550
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions templates/glue-database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ Resources:
classification: json
compressionType: none
typeOfData: file
SerdeInfo:
Parameters:
paths: day,distractions,month,recordId,taskIdentifier,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down Expand Up @@ -143,10 +139,6 @@ Resources:
classification: json
compressionType: none
typeOfData: file
SerdeInfo:
Parameters:
paths: appName,appVersion,dataFilename,day,files,format,item,month,phoneInfo,recordId,schemaRevision,taskIdentifier,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
SortColumns: []
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE
Expand Down Expand Up @@ -224,10 +216,6 @@ Resources:
classification: json
compressionType: none
typeOfData: file
SerdeInfo:
Parameters:
paths: appName,appVersion,createdon,dataGroups,day,deviceInfo,deviceTypeIdentifier,endDate,files,healthcode,month,recordId,rsdFrameworkVersion,startDate,substudymemberships,taskIdentifier,taskRunUUID,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down Expand Up @@ -294,10 +282,6 @@ Resources:
compressionType: none
jsonPath: $[*]
typeOfData: file
SerdeInfo:
Parameters:
paths: average,day,month,peak,recordId,stepPath,taskIdentifier,timeInterval,timestamp,unit,uptime,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down Expand Up @@ -366,10 +350,6 @@ Resources:
compressionType: none
jsonPath: $[*]
typeOfData: file
SerdeInfo:
Parameters:
paths: day,month,recordId,sensorType,stepPath,taskIdentifier,timestamp,timestampDate,uptime,x,y,year,z
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down Expand Up @@ -448,10 +428,6 @@ Resources:
classification: json
compressionType: none
typeOfData: file
SerdeInfo:
Parameters:
paths: consideredSteps,day,endDate,locale,month,recordId,schemaIdentifier,scores,startDate,stepHistory,steps,taskIdentifier,taskName,taskRunUUID,taskStatus,testVersion,userInteractions,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down Expand Up @@ -520,10 +496,6 @@ Resources:
classification: json
compressionType: none
typeOfData: file
SerdeInfo:
Parameters:
paths: asyncResults,day,endDate,identifier,month,nodePath,recordId,startDate,stepHistory,taskIdentifier,taskRunUUID,type,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down Expand Up @@ -584,10 +556,6 @@ Resources:
classification: json
compressionType: none
typeOfData: file
SerdeInfo:
Parameters:
paths: airQuality,day,endDate,identifier,month,recordId,startDate,taskIdentifier,type,weather,year
SerializationLibrary: org.openx.data.jsonserde.JsonSerDe
StoredAsSubDirectories: false
TableType: EXTERNAL_TABLE

Expand Down

0 comments on commit d3ef550

Please sign in to comment.