TDV Adapter for GitHub

Build 23.0.8847

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.

GitHub Data API Adapter Views

Name Description
CustomView The adapter dynamically models your custom project views as SQL views. This is a sample of one such custom view.

This view has a filter of 'label:bug', and is order by the following fields 'Labels' in the corresponding order 'ASC'.

ItemAssignees Lists information and values of the 'Assignees' field for the project items.
ItemLabels Lists information and values of the 'Labels' field for the project items.
ItemLinkedpullrequests Lists information and values of the 'Linked pull requests' field for the project items.
ItemReviewers Lists information and values of the 'Reviewers' field for the project items.
Items Lists items information within the project.
ItemsView This view has no filter and includes all project view fields.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8847