Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement] Notification for Broken Dependencies in ODM/Blindata #203

Open
FedericoInverniciQuantyca opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@FedericoInverniciQuantyca
Copy link
Contributor

Considering the situation where two DPs exist:

  • DP1: which has an output port

  • DP2: which depends on the output port of DP1. This dependency is explicitly declared using the "x-dependsOn" or "dependsOn" field on DP2's input port. Using Blindata's Observer, this dependency is clearly visible in the lineage of the two DPs.

When DP1 changes the FQN of its output port on which DP2 depends (e.g., due to a version update), the dependency is lost. Consequently, the lineage in Blindata is also lost.

It would be useful to implement a notification mechanism to inform the owner of DP2 that the dependency has been lost. One idea could be to leverage Blindata's notification system to ensure all involved parties are notified.

@FedericoInverniciQuantyca FedericoInverniciQuantyca added the enhancement New feature or request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant