Skip to content

Instantly share code, notes, and snippets.

@Hugoberry
Created August 16, 2017 17:44
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 Hugoberry/adad8e220a1e17f2d97fbabd7315d685 to your computer and use it in GitHub Desktop.
Save Hugoberry/adad8e220a1e17f2d97fbabd7315d685 to your computer and use it in GitHub Desktop.
{
"create": {
"parentObject": {
"database": "tab"
},
"table": {
"name": "SharedExpressionTable",
"columns": [
{
"name": "Name",
"dataType": "string",
"sourceColumn": "Name"
},
{
"name": "Value",
"dataType": "string",
"sourceColumn": "Value"
}
],
"partitions": [
{
"name": "Partition",
"dataView": "full",
"source": {
"type": "m",
"expression": "#sections[main][SharedExpression]"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment