Power BI Connector for GitHub

Build 25.0.9539

CustomProperties

Gets all custom property values that are set for the repository.

Table-Specific Information

Select

The connector processes all filters client-side within the connector. The following query is the only one processed server-side:

SELECT * FROM [CustomProperties]

Upsert

You can use the following columns to upsert a record:

  • Name
  • Value

UPSERT INTO [CustomProperties] ([Name], [Value]) VALUES ('PropA', 'test')

Delete

You can specify the following column to delete a record: Name

DELETE FROM [CustomProperties] WHERE [Name] = 'PropA'

Columns

Name Type ReadOnly References Description
Name [KEY] String False

The name of the property.

Value String False

The value assigned to the property.

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