OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Fix: #17965 Correct FQN values will be shown to the user in case of tag validation failures in Glossary Term

Open yan-3005 opened this issue 5 months ago • 4 comments

Describe your changes:

Fixes #17965

Fix: fqnHashes are shown for soft deleted assets during validation of tags in glossary terms. Fixed it by getting the soft deleted assets from ES

Type of change:

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

yan-3005 avatar Jun 12 '25 12:06 yan-3005

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 Jun 12 '25 12:06 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 Jun 16 '25 04:06 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 Jun 16 '25 04:06 github-actions[bot]

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR. You can also use pre-commit to automate the Python code formatting.

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

github-actions[bot] avatar Jun 16 '25 08:06 github-actions[bot]