Skip to content

QueryAsyncEnumerable() now supports FluxRecord streaming #705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sylvain2703
Copy link

@Sylvain2703 Sylvain2703 commented Mar 18, 2025

Closes #452

Proposed Changes

Add support for FluxRecord streaming with:

  • IAsyncEnumerable<FluxRecord> QueryAsyncEnumerable(string query, string org = null, CancellationToken cancellationToken = default)
  • IAsyncEnumerable<FluxRecord> QueryAsyncEnumerable(Query query, string org = null, CancellationToken cancellationToken = default)

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • dotnet test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@Sylvain2703 Sylvain2703 force-pushed the feat/flux-record-streaming branch from 33cb1ec to e50c11f Compare March 18, 2025 13:51
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.

Streaming IAsyncEnumerable<FluxRecord> and IAsyncEnumerable<string>
2 participants