Skip to content

Instantly share code, notes, and snippets.

@ghalimi
Last active August 29, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghalimi/9933b29c3b1bc2ed2d69 to your computer and use it in GitHub Desktop.
Save ghalimi/9933b29c3b1bc2ed2d69 to your computer and use it in GitHub Desktop.
{
"name": "My Pipeline",
"id": "my_pipeline",
"parameters": {},
"transforms": [
{
"operation": "CREATE",
"type": "table",
"id": "MyTable",
"once": true,
"spec": {}
},
{
"operation": "CREATE",
"type": "column",
"table": "MyTable",
"once": true,
"spec": {}
},
{
"operation": "CREATE",
"type": "filter",
"table": "MyTable",
"id": "MyFilter",
"once": true,
"spec": {}
},
{
"operation": "QUERY",
"type": "pivot",
"table": "MyTable",
"id": "MyPivotTable",
"replace": false,
"recycle": true,
"data": true,
"spec": {}
},
{
"operation": "QUERY",
"type": "page",
"table": "MyTable",
"id": "MyPage",
"replace": true,
"data": true,
"spec": {}
},
{
"operation": "CREATE",
"type": "table",
"id": "MyTransientTable",
"recycle": true,
"data": true,
"spec": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment