You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/repository.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
page_title: "dbtcloud_repository Data Source - dbtcloud"
4
4
subcategory: ""
5
5
description: |-
6
-
6
+
Retrieve data for a single repository
7
7
---
8
8
9
9
# dbtcloud_repository (Data Source)
10
10
11
-
11
+
Retrieve data for a single repository
12
12
13
13
14
14
@@ -26,11 +26,15 @@ description: |-
26
26
27
27
### Read-Only
28
28
29
+
-`azure_active_directory_project_id` (String) The Azure Dev Ops project ID
30
+
-`azure_active_directory_repository_id` (String) The Azure Dev Ops repository ID
31
+
-`azure_bypass_webhook_registration_failure` (Boolean) If set to False (the default), the connection will fail if the service user doesn't have access to set webhooks
29
32
-`deploy_key` (String) Public key generated by dbt when using `deploy_key` clone strategy
30
33
-`git_clone_strategy` (String) Git clone strategy for the repository
31
34
-`github_installation_id` (Number) Identifier for the GitHub installation
32
35
-`gitlab_project_id` (Number) Identifier for the Gitlab project
33
-
-`id` (String) The ID of this resource.
36
+
-`id` (String) The ID of this resource
34
37
-`is_active` (Boolean) Whether the repository is active
35
-
-`remote_url` (String) Connection name
38
+
-`pull_request_url_template` (String) The pull request URL template to be used when opening a pull request from within dbt Cloud's IDE
39
+
-`remote_url` (String) Git URL for the repository or \<Group>/\<Project> for Gitlab
36
40
-`repository_credentials_id` (Number) Credentials ID for the repository (From the repository side not the dbt Cloud ID)
-`adapter_id` (Number) Databricks adapter ID for the credential (do not fill in when using global connections, only to be used for connections created with the legacy connection resource `dbtcloud_connection`)
57
+
-`adapter_id` (Number) Databricks adapter ID for the credential (do not fill in when using global connections, only to be used for connections created with the legacy connection resource `dbtcloud_connection')
58
58
-`catalog` (String) The catalog where to create models (only for the databricks adapter)
59
59
-`target_name` (String, Deprecated) Target name
60
60
61
61
### Read-Only
62
62
63
63
-`credential_id` (Number) The system Databricks credential ID
64
-
-`id` (String) The ID of this resource.
64
+
-`id` (String) The ID of this resource. Contains the project ID and the credential ID.
-`fetch_deploy_key` (Boolean, Deprecated) Whether we should return the public deploy key - (for the `deploy_key` strategy)
107
107
-`git_clone_strategy` (String) Git clone strategy for the repository. Can be `deploy_key` (default) for cloning via SSH Deploy Key, `github_app` for GitHub native integration, `deploy_token` for the GitLab native integration and `azure_active_directory_app` for ADO native integration
108
108
-`github_installation_id` (Number) Identifier for the GitHub App - (for GitHub native integration only)
109
-
-`gitlab_project_id` (Number) Identifier for the Gitlab project - (for GitLab native integration only)
109
+
-`gitlab_project_id` (Number) Identifier for the Gitlab project - (for GitLab native integration only)
110
110
-`is_active` (Boolean) Whether the repository is active
111
-
-`pull_request_url_template` (String) URL template for creating a pull request. If it is not set, the default template will create a PR from the current branch to the branch configured in the Development environment.
111
+
-`pull_request_url_template` (String) The pull request URL template to be used when opening a pull request from within dbt Cloud's IDE
112
112
113
113
### Read-Only
114
114
115
115
-`deploy_key` (String) Public key generated by dbt when using `deploy_key` clone strategy
116
-
-`id` (String) The ID of this resource.
116
+
-`id` (String) The ID of this resource
117
117
-`repository_credentials_id` (Number) Credentials ID for the repository (From the repository side not the dbt Cloud ID)
0 commit comments