Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Created June 16, 2022 08:46
Show Gist options
  • Save mesmacosta/58d9ff5ef68a2f22173f2e9917c3cbcc to your computer and use it in GitHub Desktop.
Save mesmacosta/58d9ff5ef68a2f22173f2e9917c3cbcc to your computer and use it in GitHub Desktop.
{
"eventType": "START",
"eventTime": "2020-12-09T23:37:31.081Z",
"run": {
"runId": "3b452093-782c-4ef2-9c0c-aafe2aa6f34d",
},
"job": {
"namespace": "my-scheduler-namespace",
"name": "myjob.mytask",
"facets": {...}
},
"inputs": [
{
"namespace": "my-datasource-namespace",
"name": "instance.schema.table",
}
],
"outputs": [
{
"namespace": "my-datasource-namespace",
"name": "instance.schema.output_table",
}
],
"producer": "https://github.com/OpenLineage/OpenLineage/blob/v1-0-0/client",
"schemaURL": "https://openlineage.io/spec/1-0-0/OpenLineage.json#/definitions/RunEvent"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment