Skip to content

Conversation

@va3093
Copy link
Contributor

@va3093 va3093 commented Jan 9, 2026

Summary

  • Add new documentation page for the Incremental Queries feature under Query Engine > Functionality
  • Explains the TABLE(previous.result(...)) table function pattern for referencing previous query results
  • Includes mermaid diagrams for execution flow and data flow visualization
  • Provides 3 complete example queries demonstrating common patterns
  • Compares Incremental Queries vs dbt Connector, positioning dbt as the full-featured solution
  • Updates "Writing Efficient Queries" page with reference to new documentation

@cursor
Copy link

cursor bot commented Jan 9, 2026

PR Summary

Adds comprehensive docs for incremental processing in Dune.

  • New query-engine/incremental-queries page explaining TABLE(previous.result(...)), the standard incremental pattern, mermaid diagrams, 3 end-to-end SQL examples, tips, and a comparison with the dbt Connector
  • Updates docs.json to surface Incremental Queries under Query Engine > Functionality
  • Enhances writing-efficient-queries.mdx with a new section linking to Incremental Queries for recurring workloads (plus minor formatting cleanup)

Written by Cursor Bugbot for commit 32b01a5. Configure here.

@va3093 va3093 marked this pull request as draft January 9, 2026 11:38
@va3093 va3093 changed the title Add Incremental Queries documentation WIP: Add Incremental Queries documentation Jan 9, 2026
@va3093 va3093 marked this pull request as ready for review January 16, 2026 16:10
@va3093 va3093 changed the title WIP: Add Incremental Queries documentation Add Incremental Queries documentation Jan 16, 2026
@va3093 va3093 requested a review from karimhass January 16, 2026 16:31
- Create new documentation page for Incremental Queries feature under Query Engine > Functionality
- Explain the TABLE(previous.result(...)) pattern for referencing previous query results
- Include 3 complete example queries: daily aggregations, hourly gas stats, cumulative sums
- Add comparison section positioning dbt Connector as the full-featured solution
- Add mermaid diagrams for execution flow and data flow visualization
- Update Writing Efficient Queries page with reference to Incremental Queries
- Update docs.json navigation to include new page
- Add concise SQL example to writing-efficient-queries reference
- Update previous.result to previous.query.result throughout
@va3093 va3093 force-pushed the wilhelm/app-6893-docs-add-incremental-queries-docs-APP-6892 branch from 2192e67 to 7caafbc Compare January 16, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants