This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "redshift", // Refers to s3, redshift, snowflake, glue, athena, publish | |
"schema": "sample_schema", // Destination schema name | |
"table": "sample_table_name", // Destination table name | |
"timelabel": "20200303112000", // Timelabel | |
"status": "SUCCESS", // SUCCESS or FAILURE status | |
"startTime": "2020-03-03 11:25:00:000 +00:00", // Event start time | |
"updateTime": "2020-03-03 11:25:47:445 +00:00", // Event last update time | |
"endTime": "2020-03-03 11:25:47:445 +00:00", // Event end time | |
} |