Last active
August 29, 2022 14:33
-
-
Save nazir-kabani/fa072136cf2f8698dca18313d0e0e49f to your computer and use it in GitHub Desktop.
This is BQ schema for transcoding-complete-status table from Automate your VOD transcoding at scale with GCP: Part 2
This file contains 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
[ | |
{ | |
"name": "jobId", | |
"type": "STRING" | |
}, | |
{ | |
"name": "location", | |
"type": "STRING" | |
}, | |
{ | |
"name": "createTime", | |
"type": "STRING" | |
}, | |
{ | |
"name": "startTime", | |
"type": "STRING" | |
}, | |
{ | |
"name": "endTime", | |
"type": "STRING" | |
}, | |
{ | |
"name": "duration", | |
"type": "STRING" | |
}, | |
{ | |
"name": "jobEndState", | |
"type": "STRING" | |
}, | |
{ | |
"name": "hlsUri", | |
"type": "STRING" | |
}, | |
{ | |
"name": "dashUri", | |
"type": "STRING" | |
}, | |
{ | |
"name": "data", | |
"type": "STRING" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment