Skip to content

add odata filters#117

Merged
tomjemmett merged 3 commits into
mainfrom
add_odata_filters
May 13, 2026
Merged

add odata filters#117
tomjemmett merged 3 commits into
mainfrom
add_odata_filters

Conversation

@tomjemmett

Copy link
Copy Markdown
Member

adds the ability to pass in filter, select, and top odata filters to the table endpoint.

note, this currently is based off of #116, which needs to be merged first

@tomjemmett tomjemmett force-pushed the add_odata_filters branch from aab3f7f to 6ebf16e Compare May 12, 2026 08:54

@francisbarton francisbarton left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tomjemmett tomjemmett force-pushed the add_odata_filters branch from 6ebf16e to 433f561 Compare May 13, 2026 13:14
@tomjemmett tomjemmett marked this pull request as ready for review May 13, 2026 13:14
Copilot AI review requested due to automatic review settings May 13, 2026 13:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for passing OData query options into read_azure_table() so callers can filter results and control returned columns/row counts when querying Azure Tables.

Changes:

  • Added filter, select, and top parameters to read_azure_table().
  • Appended $filter, $select, and $top query parameters to the outgoing httr2 request when provided.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread R/read_azure_table.R
Comment thread R/read_azure_table.R
@tomjemmett tomjemmett merged commit cde143a into main May 13, 2026
1 check failed
@tomjemmett tomjemmett deleted the add_odata_filters branch May 13, 2026 13:27
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.

3 participants