Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
CData Python Connector for GitHub Views
| Name | Description |
| CustomView | Displays project items labeled 'bug,' sorted by label name in ascending order, to facilitate issue tracking. |
| ItemAssignees | Tracks users assigned to project items, offering a detailed view of task ownership and accountability. |
| ItemLabels | Stores labels applied to project items, enabling better categorization and filtering of tasks. |
| ItemLinkedPullRequests | Connects pull requests to specific project items, creating traceability between project tasks and related code changes. |
| ItemReviewers | Maintains a list of reviewers assigned to specific project items, ensuring tracking of review responsibilities. |
| Items | Contains all details related to project items, including metadata and any associated fields. |
| ItemsView | Offers a complete and unfiltered view of all project items, facilitating comprehensive project analysis. |