Access loaded data
You can access data that got loaded with dlt.pipeline
in many different ways. When using Python, you
have all popular options available: data frames, SQL queries or Ibis expressions.
📄️ Inspect your pipeline with the pipeline dashboard
Open a comprehensive dashboard with information about your pipeline
📄️ Explore data with marimo
Explore your data with marimo
📄️ Access datasets in Python
Conveniently access the data loaded to any destination in Python
📄️ Access datasets with Ibis
Access your data with native Ibis backends
📄️ Access data with dlt sql client
Technical details about the destination sql client
📄️ Review dlt schema
View your dlt schema via files, CLI, static and interactive diagram
📄️ Destination tables & lineage
Understanding the tables created in the destination database
📄️ The legacy streamlit app
Viewing your data with streamlit