feat(clone_methods): collection, dashboard and card#52
feat(clone_methods): collection, dashboard and card#52lucmerceron wants to merge 1 commit intovvaezian:masterfrom
Conversation
3cd752e to
9c1140e
Compare
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. |
|
Hi @lucmerceron, thanks for the PR. I'll review it soon. |
|
Thanks @vvaezian, tell me if I can be of any help |
|
@lucmerceron If you can create some unittests that would be great. There is a sqlite DB in |
|
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