OpenMetadata
OpenMetadata copied to clipboard
Feat #21783: Add Json Schema Attribute in Automator for Domain Lineage Propagation.
Feat #21783: Add Json Schema Attribute in Automator for Domain Lineage Propagation.
Description:
The automator type - Lineage, added an option for user to select Domain Propagation
Type of change:
- [ ] Bug fix
- [ ] Improvement
- [x] New feature
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation
Checklist:
- [x] I have read the CONTRIBUTING document.
- [ ] My PR title is
Fixes <issue-number>: <short explanation> - [ ] I have commented on my code, particularly in hard-to-understand areas.
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.
New feature
- [x] The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion or decision-making process is reflected in the issue.
- [ ] I have updated the documentation.
- [ ] I have added tests around the new logic.