Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0, trunk
-
None
Description
Background
Every export request ends with emitting a changeMarker that can be used for future export requests. This is used as parameter for incremental exports.
Steps to Duplicate
- Perform an export for a database.
{ "itemsToExport": [{ "typeName": "hive_db", "uniqueAttributes": { "qualifiedName": "stocks.daily@cm" } }], "options": { "fetchType": "full" } }
- Note the value of changeMarker.
- Perform export.
- Note the value of changeMarker.
Expected result: The value of changeMarker should change for every request.
Actual result: The value of changeMarker remains the same.