Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
Background
Existing implementation for Export & Import REST APIs disallows more than one operation at a time.
Solution
Loosen the criteria based on request:
- Export: AtlasExportRequest: skipLineage and replicatedTo is selected.
- Import: AtlasImportRequest: replicatedFrom is selected.
Operations where these options are not specified, the existing behavior will continue.