OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

introduce logic for providing lineage ownership information

Open dechoma opened this issue 1 year ago • 5 comments

Describe your changes:

Fixes #17406

This change introduces the concept of lineage ownership in the context of the lineage API. The user who is the owner of a lineage destination entity becomes the owner of the direct upstream lineage information. Thanks to this change, the IsOwner() condition can be used to create lineage RBAC policies.

Type of change:

  • [ ] Bug fix
  • [x] Improvement
  • [ ] 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.

dechoma avatar Sep 02 '24 07:09 dechoma

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

github-actions[bot] avatar Sep 02 '24 07:09 github-actions[bot]

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

github-actions[bot] avatar Oct 08 '24 11:10 github-actions[bot]

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

github-actions[bot] avatar Oct 16 '24 12:10 github-actions[bot]

The Java checkstyle failed.

Please run mvn spotless:apply in the root of your repository and commit the changes to this PR. You can also use pre-commit to automate the Java code formatting.

You can install the pre-commit hooks with make install_test precommit_install.

github-actions[bot] avatar Oct 16 '24 13:10 github-actions[bot]