Overview#
This section provides an in-depth look into dependencies, which are the backbone of dashboard data management, offering various ways to connect, filter, and manipulate data from multiple sources. They also facilitate seamless communication between different dashboard widgets, enabling a responsive and cohesive user experience.
-
Static Data
Create static data visualizations using pandas DataFrames, dictionaries, or external files like CSVs.
-
Connectors
Fetch live data from external sources including HTTP APIs, DuckDB for cloud storage, and Snowflake data warehouses.
-
Page
Create dashboard-wide data sharing and URL-driven interactivity using route dependencies and query parameters.