hub-internal-artifacts.flows.default-mapping.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-mapping",
"description": "This is the default flow for mapping into data hub",
"options": {
"sourceQuery": "cts.collectionQuery('default-ingestion')"
},
"steps": {
"1": {
"stepDefinitionType": "mapping",
"stepDefinitionName": "default-mapping",
"retryLimit": 0,
"options": {
"outputFormat": "json",
"collections": [
"default-mapping",
"mdm-content"
],
"validateEntity": false
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy