Skip to content

Instantly share code, notes, and snippets.

@victor-ferrer
Last active August 5, 2018 16:27
Text file defining the partition strategy
[ {
"name" : "year_p",
"source" : "year",
"type" : "identity"
}, {
"name" : "month_p",
"source" : "month",
"type" : "identity"
} ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment