hash_details
columns object[]
Array [
idstring
namestring
dataTypestring
descriptionstring
nullableboolean
defaultValuestring
testsobject[]
transformstring
sourceColumns object[]
Array [
node object
idstring
namestring
nodeTypestring
location object
namestring
descriptionstring
materializationTypestring
isMultisourceboolean
override object
create object
enabledboolean
scriptstring
testsobject[]
column object
idstring
namestring
dataTypestring
descriptionstring
nullableboolean
defaultValuestring
testsobject[]
]
]
algorithm
The type of alogorithm used.
Possible values: [SHA1
, SHA256
, MD5
]
hash_details
{
"columns": [
{
"id": "string",
"name": "string",
"dataType": "string",
"description": "string",
"nullable": true,
"defaultValue": "string",
"tests": [
{}
],
"transform": "string",
"sourceColumns": [
{
"node": {
"id": "string",
"name": "string",
"nodeType": "string",
"location": {
"name": "string"
},
"description": "string",
"materializationType": "string",
"isMultisource": true,
"override": {
"create": {
"enabled": true,
"script": "string"
}
},
"tests": [
{}
]
},
"column": {
"id": "string",
"name": "string",
"dataType": "string",
"description": "string",
"nullable": true,
"defaultValue": "string",
"tests": [
{}
]
}
}
]
}
]
}