Skip to content

Instantly share code, notes, and snippets.

@nazir-kabani
Last active August 29, 2022 14:33
Show Gist options
  • Save nazir-kabani/fa072136cf2f8698dca18313d0e0e49f to your computer and use it in GitHub Desktop.
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
[
{
"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