Skip to content

Instantly share code, notes, and snippets.

@AriPal
Created June 21, 2022 09:19
Show Gist options
  • Save AriPal/3461410e8b9ef5474030f61bb280a425 to your computer and use it in GitHub Desktop.
Save AriPal/3461410e8b9ef5474030f61bb280a425 to your computer and use it in GitHub Desktop.
{
"_id": "global-order",
"type": "pipe",
"source": {
"type": "merge",
"datasets": ["airplane-source as", "ticket-source ts"],
"equality": [
["eq", "as.airplane-source:flightNumber", "ts.ticket-source:flightNumber"]
],
"identity": "first",
"supports_signalling": false,
"version": 2
},
"transform": {
"type": "dtl",
"rules": {
"default": [
["copy", "*"]
]
}
},
"metadata": {
"global": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment