feat(clone_methods): collection, dashboard and card - #52
Conversation
3cd752e to
9c1140eComparecodecov-commenter
commented
May 30, 2024
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## master #52 +/- ##
===========================================
- Coverage 62.39% 51.88% -10.51%
===========================================
Files 7 8 +1 Lines 734 900 +166 ===========================================
+ Hits 458 467 +9 - Misses 276 433 +157 ☔ View full report in Codecov by Sentry. |
vvaezian
commented
May 30, 2024
Hi @lucmerceron, thanks for the PR. I'll review it soon. |
lucmerceron
commented
Jun 5, 2024
Thanks @vvaezian, tell me if I can be of any help |
vvaezian
commented
Jun 6, 2024
@lucmerceron If you can create some unittests that would be great. There is a sqlite DB in |
vvaezian
commented
Apr 2, 2025
Hi @lucmerceron, At Intellimenta we have developed DataBot, a conversational analytics app that connects with Metabase and enables users to ask questions about data and visualize the results using natural language in their preferred language. If your company uses Metabase, DataBot can significantly enhance how your team and customers interact with data. If you're interested in learning more, you can book a demo using this link. Happy to discuss further. |
Hello,
This MR encapsulates a bunch of scripts that we use at our company when we want to clone a collection and its components (dashboards / cards) while changing the targeted database of the cards to another one. This is useful when we have a new client and we need to instantiate a template collection for its database or when we need to duplicate a collection to do some tests without putting noise into the original one.
I couldn't properly create tests for the functions.
Related to #18 & #32
Regards