Skip to main content

repositories_remote_branches

Creates, updates, deletes, gets or lists a repositories_remote_branches resource.

Overview

Namerepositories_remote_branches
TypeResource
Idgoogle.dataform.repositories_remote_branches

Fields

NameDatatypeDescription
branchesarrayThe remote repository's branch names.

Methods

NameAccessible byRequired ParamsDescription
fetch_remote_branchesSELECTlocationsId, projectsId, repositoriesIdFetches a Repository's remote branches.

SELECT examples

Fetches a Repository's remote branches.

SELECT
branches
FROM google.dataform.repositories_remote_branches
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND repositoriesId = '{{ repositoriesId }}';