TDV Adapter for GitHub

Build 22.0.8462

Topics

A list of applied repository-topic associations for this repository.

View-Specific Information

You must specify the UserLogin when executing a SELECT query against this view. You can specify the values in the WHERE clause or as connection properties. A value specified in the WHERE clause takes precedence over the connection property.

If you do not specify a UserLogin value, the adapter will use the login name of the authenticated user.

Select

The adapter uses the GitHub Data API API to restrict results to the specified UserLogin and RepositoryName values.

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

  • UserLogin and RepositoryName support the following operator: =
For example, the following queries are processed server side:
SELECT * FROM Topics WHERE UserLogin = 'MyUser' AND RepositoryName = 'MyRepo'

Columns

Name Type OrderBySupport Description
Id [KEY] String The id of the topic.
UserLogin String The login name of the user.
RepositoryName String The name of the repository.
Name String The topic's name.
ViewerHasStarred Bool Returns a boolean indicating whether the viewing user has starred this starrable.
URL String The HTTP URL for this repository-topic.
ResourcePath String The HTTP path for this repository-topic.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462