Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.3
-
None
Description
Background
In scenarios where importing lineage information can cause ambiguity, it will be worthwhile having an option within Export to skip exporting lineage.
Approach Guidance
- Create a mechanism within ExportService to filter out entities based on a criteria.
- Within the filter, specify a criteria to skip entities of type Process.
- AtlasExportRequest should have an option to specify filters.
- ImportService should not be impacted.