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

fix: domain assignment for glossary term #13793

Merged
merged 1 commit into from
Nov 2, 2023
Merged

fix: domain assignment for glossary term #13793

merged 1 commit into from
Nov 2, 2023

Conversation

karanh37
Copy link
Contributor

@karanh37 karanh37 commented Oct 31, 2023

Describe your changes:

Fixes #13792

I worked on ... because ...

Screen.Recording.2023-10-31.at.6.35.18.PM.mov

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • 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.

@github-actions github-actions bot added UI UI specific issues safe to test Add this label to run secure Github workflows on PRs labels Oct 31, 2023
Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 48%
48.63% (23236/47783) 30.36% (8661/28523) 30.14% (2639/8757)

Copy link

[open-metadata-ui] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -143,7 +143,7 @@ const GlossaryPage = () => {
try {
const response = await getGlossaryTermByFQN(
glossaryFqn,
'relatedTerms,reviewers,tags,owner,children,votes'
'relatedTerms,reviewers,tags,owner,children,votes,domain'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will impact cypress tests, Have you verified this locally?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we are not passing query params in intercept.

@chirag-madlani chirag-madlani merged commit 6e8bfea into main Nov 2, 2023
14 checks passed
@chirag-madlani chirag-madlani deleted the issue-13792 branch November 2, 2023 05:05
chirag-madlani pushed a commit that referenced this pull request Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to add domain on glossary term
2 participants