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/project.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,17 @@ The project data source.
21
21
22
22
### Read-Only
23
23
24
+
-`allow_modify_statement` (Boolean) Allow modifying statement after issue is created.
25
+
-`auto_enable_backup` (Boolean) Whether to automatically enable backup.
26
+
-`auto_resolve_issue` (Boolean) Enable auto resolve issue.
24
27
-`databases` (List of Object) The databases in the project. (see [below for nested schema](#nestedatt--databases))
28
+
-`enforce_issue_title` (Boolean) Enforce issue title created by user instead of generated by Bytebase.
25
29
-`id` (String) The ID of this resource.
26
30
-`key` (String) The project key.
31
+
-`members` (Set of Object) The members in the project. (see [below for nested schema](#nestedatt--members))
27
32
-`name` (String) The project full name in projects/{resource id} format.
33
+
-`postgres_database_tenant_mode` (Boolean) Whether to enable the database tenant mode for PostgreSQL. If enabled, the issue will be created with the pre-appended "set role <db_owner>" statement.
34
+
-`skip_backup_errors` (Boolean) Whether to skip backup errors and continue the data migration.
28
35
-`title` (String) The project title.
29
36
-`workflow` (String) The project workflow.
30
37
@@ -41,3 +48,24 @@ Read-Only:
41
48
-`sync_state` (String)
42
49
43
50
51
+
<aid="nestedatt--members"></a>
52
+
### Nested Schema for `members`
53
+
54
+
Read-Only:
55
+
56
+
-`condition` (Set of Object) (see [below for nested schema](#nestedobjatt--members--condition))
0 commit comments