-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Create Team to use entityName for create requests #19087
base: main
Are you sure you want to change the base?
Conversation
@Ashish8689 can you please check the UI side for this, we are still using ids on the request, i think we should change it to fqns like we did for other entities, need it for some other WIP |
new BufferedWriter( | ||
new FileWriter( | ||
String.format( | ||
"/Users/mohityadav/IdeaProjects/OMTesting/sample_data/%s.json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we might need to a give a relative path here cc @mohityadav766
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not needed , will remove this
The Java checkstyle failed. Please run You can install the pre-commit hooks with |
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Describe your changes:
Fixes
Backed :
parent, default role, policies and user from ID to FQN
for creating the Team.UI :
parent from ID to FQN
for creating the Team.Issue :
Screen.Recording.2024-12-16.at.5.49.50.PM.mov
Fixed :
Screen.Recording.2024-12-16.at.5.49.11.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>