Skip to content

Instantly share code, notes, and snippets.

@rishabh-bhargava
Created May 12, 2020 00:10
Show Gist options
  • Save rishabh-bhargava/184eb37fa3180e41952a5c2b8b6da92a to your computer and use it in GitHub Desktop.
Save rishabh-bhargava/184eb37fa3180e41952a5c2b8b6da92a to your computer and use it in GitHub Desktop.
Sample Data Event
{
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment