Hey guys, I want to hide some entities from UI. I ...
# ui
g
Hey guys, I want to hide some entities from UI. I use Tableau ingestion, but I need only published datasource from it. How can I hide other entities like dashboards, charts and so on?
g
I dont know if i'm wrong about your quention, but I think 2 possibilities can do what you want. 1. Soft delete: this will change the status of the entity to "removed: true" and then this entity will not appear on frontend but you can still get metadata from you persistence storage (like MySQL or PostgreSQL). 2. You can change or create access policies based on entity types and specific resources. With that, you can "hide" them from everyone you want.
g
Thank you! Soft delete solved my problem)