metabase_api_python icon indicating copy to clipboard operation
metabase_api_python copied to clipboard

Function for changing the data source of a dashboard

Open vvaezian opened this issue 4 years ago • 2 comments

For the first version we can assume the source of all the cards on the dashboard are the same (an initial check needs to be done in this case).
The function for changing the data source of a card is used for each card of the dashboard.
The dashboard filters needs to be updated as well.

vvaezian avatar May 05 '21 04:05 vvaezian

Hi! Thank you for this feature (all the work you put in this fantastic lib) if you need a hand I would be glad to help

haterecoil avatar Jul 29 '21 07:07 haterecoil

Glad that it has been helpful. I'll work on new features whenever I get time. BTW changing the data source of a card has been implemented using the clone_card function. The function for changing data source of a dashboard (the current issue) will build on top of that.

vvaezian avatar Jul 29 '21 16:07 vvaezian