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