File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -563,46 +563,6 @@ Resources:
563563 DatabaseName : !Ref MIMICDatabase
564564 CatalogId : !Ref AWS::AccountId
565565
566- icustaysTable :
567- Type : " AWS::Glue::Table"
568- Properties :
569- TableInput :
570- Name : icustays
571- StorageDescriptor :
572- InputFormat : org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat
573- OutputFormat : org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat
574- StoredAsSubDirectories : False
575- Location : s3://mimic-iii-physionet/parquet/ICUSTAYS/
576- SerdeInfo :
577- SerializationLibrary : org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe
578- Columns :
579- - Name : row_id
580- Type : int
581- - Name : subject_id
582- Type : int
583- - Name : hadm_id
584- Type : int
585- - Name : icustay_id
586- Type : int
587- - Name : dbsource
588- Type : string
589- - Name : first_careunit
590- Type : string
591- - Name : last_careunit
592- Type : string
593- - Name : first_wardid
594- Type : smallint
595- - Name : last_wardid
596- Type : smallint
597- - Name : intime
598- Type : timestamp
599- - Name : outtime
600- Type : timestamp
601- - Name : los
602- Type : double
603- DatabaseName : !Ref MIMICDatabase
604- CatalogId : !Ref AWS::AccountId
605-
606566 inputeventscvTable :
607567 Type : " AWS::Glue::Table"
608568 Properties :
You can’t perform that action at this time.
0 commit comments