Welcome to PyQueryHub! This guide highlights key features to help you connect data, build insightful reports, and share them effectively.
Set up your foundation for data exploration and collaboration.
Transform your data into actionable insights.
Write, run, and manage SQL queries in an intuitive interface. View results, use parameters, and inspect the rendered SQL.
Define interactive parameters using YAML to make your reports dynamic. Use Liquid templating to inject these parameters into your queries.
Visualize query results with various chart types, pivot tables, and data grids. Configure by dragging fields and customizing their display.
Use embedded Python notebooks to explore data, run analyses with pandas, and visualize results with libraries like Matplotlib. Add notebook cell outputs directly to your reports.
Assemble charts and notebook outputs into comprehensive reports. In edit mode, arrange elements, set their size, and customize the layout.
Schedule report/query runs to keep data fresh and relevant.
Monitor key metrics and get notified when specific conditions are met. Define rules based on query results and set cooldown periods to manage notification frequency.
Extend PyQueryHub's capabilities and integrate reports externally.
Securely embed reports into your applications using a two-token system: a long-lived Personal API Token and a short-lived Report Access Token for iframe embedding.
<iframe src="https://pyqueryhub.com/api/reports/REPORT_ID_HERE/view/shortLivedRandomStringTokenValueGeneratedByTheApi"
width="100%"
height="600px"
frameborder="0"
title="Embedded Report Name">
</iframe>