sumandas0 opened a new pull request, #393: URL: https://github.com/apache/atlas/pull/393
## Summary This PR extends the classification propagation exclusion list for the RESTRICT_LINEAGE mode to include additional relationship labels for AirflowTask, ConnectionProcess, and SparkJob entities. ## Changes - Added new relationship label constants: - `__AirflowTask.inputs` and `__AirflowTask.outputs` - `__ConnectionProcess.inputs` and `__ConnectionProcess.outputs` - `__SparkJob.inputs` and `__SparkJob.outputs` - Updated the `CLASSIFICATION_PROPAGATION_MODE_LABELS_MAP` to include these new labels in the RESTRICT_LINEAGE mode exclusion list ## Impact When classification propagation mode is set to RESTRICT_LINEAGE, classifications will no longer propagate through the input/output relationships of AirflowTask, ConnectionProcess, and SparkJob entities, in addition to the existing Process entity restrictions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org