Skip to content

Instantly share code, notes, and snippets.

@lwoodson
Created November 4, 2015 18:36
Show Gist options
  • Select an option

  • Save lwoodson/01fb42b8877de9a8dc5e to your computer and use it in GitHub Desktop.

Select an option

Save lwoodson/01fb42b8877de9a8dc5e to your computer and use it in GitHub Desktop.
{
"id": XXXXX,
"client_name": "walgreens",
"priority": "normal",
"type": "count",
"job_configs": [
{
"type": "chunked",
"client_origin": "walgreens",
"operations": [
"CountOperation"
]
},
{
"type": "aggregation",
"client_origin": "walgreens",
"operations": [
"AggregateCountOperation",
"AggregateCountPersistOperation",
"AggregateCountS3UploadOperation"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment