workspaces_file_git_statuses
Creates, updates, deletes, gets or lists a workspaces_file_git_statuses
resource.
Overview
Name | workspaces_file_git_statuses |
Type | Resource |
Id | google.dataform.workspaces_file_git_statuses |
Fields
Name | Datatype | Description |
---|---|---|
uncommittedFileChanges | array | A list of all files which have uncommitted Git changes. There will only be a single entry for any given file. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetch_file_git_statuses | SELECT | locationsId, projectsId, repositoriesId, workspacesId | Fetches Git statuses for the files in a Workspace. |
SELECT
examples
Fetches Git statuses for the files in a Workspace.
SELECT
uncommittedFileChanges
FROM google.dataform.workspaces_file_git_statuses
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND repositoriesId = '{{ repositoriesId }}'
AND workspacesId = '{{ workspacesId }}';