Home / Companies / Preset / Blog / April 2022

April 2022 Summaries

2 posts from Preset

Filter
Month: Year:
Post Summaries Back to Blog
Apache Superset, complemented by the Preset CLI, provides a comprehensive framework for managing data assets like databases, datasets, charts, and dashboards through a user-friendly interface and as code using YAML files. The integration of the Superset API allows for resource management and the use of version control systems, while GitHub Actions facilitate continuous deployment to multiple workspaces. The CLI simplifies complex operations, enabling effortless management across various environments and supports templating with Jinja2 for asset customization. This setup allows for the seamless export and import of Superset assets, promoting efficient version control and deployment strategies. Additionally, the ability to utilize custom Python functions within templates broadens the scope for advanced customizations, making the management of data visualization projects more scalable and adaptable.
Apr 20, 2022 2,643 words in the original blog post.
In the complex landscape of modern data pipelines, Apache Superset users often face challenges with broken datasets that can disrupt data visualization. To address this, integrating Cube, an open-source headless BI platform, with Superset can enhance the reliability and robustness of data visualizations by building on a semantic layer rather than raw data. Cube's architecture includes data modeling, access control, caching, and APIs, allowing for secure and performant data management. It supports multiple data sources and provides a flexible data model that can adapt to changes like renamed columns or altered tables without disrupting Superset dashboards. By using Cube, users can mitigate the impact of upstream data changes and configure alerts to preemptively notify of potential issues, ensuring a seamless experience for Superset users. This tutorial demonstrates setting up Cube with Superset in managed environments, highlighting the benefits of a headless BI approach in maintaining functional and durable dashboards even amidst inevitable data changes.
Apr 14, 2022 3,831 words in the original blog post.