hub-internal-artifacts.flows.default-mastering.flow.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"name": "default-mastering",
"description": "This is the default flow for mastering previously mapped data into data hub",
"options": {
"sourceQuery": "cts.collectionQuery('mdm-content')"
},
"steps": {
"1": {
"stepDefinitionType": "mastering",
"stepDefinitionName": "default-mastering",
"retryLimit": 0,
"options": {
"outputFormat": "json",
"collections": [
"default-mastering",
"mastered"
]
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy