-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add a check to see if database , collection and Permissionsgroup already exist when API to setup Metabase is hit [DMP 2024] #786
Comments
ombhardwajj
changed the title
Add a check to avoid duplicate database creation when API to setup Metabase is hit [DMP 2024]
Add a check to avoid duplicate database and collection creation when API to setup Metabase is hit [DMP 2024]
Sep 13, 2024
ombhardwajj
added a commit
to ombhardwajj/avni-server
that referenced
this issue
Sep 13, 2024
…only made if they are not already present
ombhardwajj
changed the title
Add a check to avoid duplicate database and collection creation when API to setup Metabase is hit [DMP 2024]
Add a check to avoid duplicate database , collection and Permissionsgroup creation when API to setup Metabase is hit [DMP 2024]
Sep 13, 2024
ombhardwajj
added a commit
to ombhardwajj/avni-server
that referenced
this issue
Sep 14, 2024
ombhardwajj
added a commit
to ombhardwajj/avni-server
that referenced
this issue
Sep 14, 2024
ombhardwajj
changed the title
Add a check to avoid duplicate database , collection and Permissionsgroup creation when API to setup Metabase is hit [DMP 2024]
Add a check to see if database , collection and Permissionsgroup already exist when API to setup Metabase is hit [DMP 2024]
Sep 15, 2024
|
ombhardwajj
added a commit
to ombhardwajj/avni-server
that referenced
this issue
Oct 17, 2024
…elton already present in avni-server
ombhardwajj
added a commit
to ombhardwajj/avni-server
that referenced
this issue
Oct 17, 2024
…elton already present in avni-server
I've replaced initialization of a new ObjectMapper with the ObjectMapperSingleton already present in avni-server 👍 |
@himeshr QA can be done for this right? why it is moved to Done without QA? |
PR Merge auto-closed the Card.
|
ombhardwajj
added a commit
to ombhardwajj/avni-server
that referenced
this issue
Nov 4, 2024
…elton already present in avni-server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What
Currently when the API is hit more than once , the code stops executing when it reaches metabase Group creation
Group metabaseGroup = groupPermissionsRepository.save(new Group(name));
but duplicate database and collection will be created.
We need to stop this duplication.
Acceptance Criteria:
Related Issue : avniproject/avni-product#1562
The text was updated successfully, but these errors were encountered: