Power BI Connector for GitHub

Build 25.0.9539

PullRequestSuggestedActors

Suggested actors for this pull request.

View-Specific Information

Select

The connector uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:

  • PullRequestNumber supports the '=,IN' comparison operators.

For example, the following queries are processed server-side:

SELECT * FROM [PullRequestSuggestedActors]
SELECT * FROM [PullRequestSuggestedActors] WHERE [PullRequestNumber] = 123

The connector processes other filters client-side within the connector.

Columns

Name Type References OrderBySupport Description
PullRequestId String The ID of the pull request.
PullRequestNumber Integer Identifies the pull request number.
Id [KEY] String Id of the suggested actor.
AvatarURL String A URL pointing to the actor's public avatar.
Login String The username of the actor.
ResourcePath String The HTTP path for this actor.
URL String The HTTP URL for this actor.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539