How do I rename the base view within a Topic?

While it often makes sense for a Topic to have the same name as its base view, you sometimes want the base view to have a different label. For example, if the base_view of your Revenue topic is order_items, then you might want to relabel the orders topic as sold_items.

Thankfully, we have just the thing for that :raised_hands: You’re looking for the base_view_label parameter. You can follow the documentation here to apply the base_view_label parameter in your model to achieve this. Here’s an example: