Skip to content

Feat: add iterator support for query results#2562

Merged
mivds merged 5 commits intomainfrom
DTL-1622/query-result-iterator
Feb 3, 2026
Merged

Feat: add iterator support for query results#2562
mivds merged 5 commits intomainfrom
DTL-1622/query-result-iterator

Conversation

@mivds
Copy link
Contributor

@mivds mivds commented Feb 3, 2026

Description

Please provide a description of your changes:

  • What problem are you solving?
    • Enable iterating over query results so that we don't have to load them in memory. Intent is to store the results in an array structure backed by the likes of pandas and numpy
    • The existing execute_query_one_by_one would also work, but it is not as convenient as an iterator.
  • Any expected impact on downstream packages/services?
    • No, just an extension of the feature set
  • Reference issue # if available.

Checklist

  • I added a test to verify the new functionality.
  • I verified this PR does not break soda-extensions.

@mivds mivds requested a review from m1n0 February 3, 2026 09:47
@mivds mivds self-assigned this Feb 3, 2026
@mivds mivds force-pushed the DTL-1622/query-result-iterator branch from fcbf285 to fdbfde8 Compare February 3, 2026 13:01
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

@mivds mivds merged commit d5e41b9 into main Feb 3, 2026
41 checks passed
@mivds mivds deleted the DTL-1622/query-result-iterator branch February 3, 2026 13:21
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