Skip to content

Commit 92bff81

Browse files
committed
chore: update doc
1 parent 6ee12bb commit 92bff81

File tree

13 files changed

+20
-24
lines changed

13 files changed

+20
-24
lines changed

docs/data-sources/database_catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@ The database catalog data source.
2222
### Read-Only
2323

2424
- `id` (String) The ID of this resource.
25-
- `schemas` (List of Object) (see [below for nested schema](#nestedatt--schemas))
25+
- `schemas` (Set of Object) (see [below for nested schema](#nestedatt--schemas))
2626

2727
<a id="nestedatt--schemas"></a>
2828
### Nested Schema for `schemas`
2929

3030
Read-Only:
3131

3232
- `name` (String)
33-
- `tables` (List of Object) (see [below for nested schema](#nestedobjatt--schemas--tables))
33+
- `tables` (Set of Object) (see [below for nested schema](#nestedobjatt--schemas--tables))
3434

3535
<a id="nestedobjatt--schemas--tables"></a>
3636
### Nested Schema for `schemas.tables`
3737

3838
Read-Only:
3939

4040
- `classification` (String)
41-
- `columns` (List of Object) (see [below for nested schema](#nestedobjatt--schemas--tables--columns))
41+
- `columns` (Set of Object) (see [below for nested schema](#nestedobjatt--schemas--tables--columns))
4242
- `name` (String)
4343

4444
<a id="nestedobjatt--schemas--tables--columns"></a>

docs/data-sources/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The instance data source.
2121

2222
### Read-Only
2323

24-
- `data_sources` (List of Object) (see [below for nested schema](#nestedatt--data_sources))
24+
- `data_sources` (Set of Object) (see [below for nested schema](#nestedatt--data_sources))
2525
- `engine` (String) The instance engine. Support MYSQL, POSTGRES, TIDB, SNOWFLAKE, CLICKHOUSE, MONGODB, SQLITE, REDIS, ORACLE, SPANNER, MSSQL, REDSHIFT, MARIADB, OCEANBASE.
2626
- `engine_version` (String) The engine version.
2727
- `environment` (String) The environment name for your instance in "environments/{resource id}" format.

docs/data-sources/policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The policy data source.
3636

3737
Optional:
3838

39-
- `exceptions` (Block List) (see [below for nested schema](#nestedblock--masking_exception_policy--exceptions))
39+
- `exceptions` (Block Set) (see [below for nested schema](#nestedblock--masking_exception_policy--exceptions))
4040

4141
<a id="nestedblock--masking_exception_policy--exceptions"></a>
4242
### Nested Schema for `masking_exception_policy.exceptions`

docs/data-sources/policy_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Read-Only:
4040

4141
Read-Only:
4242

43-
- `exceptions` (List of Object) (see [below for nested schema](#nestedobjatt--policies--masking_exception_policy--exceptions))
43+
- `exceptions` (Set of Object) (see [below for nested schema](#nestedobjatt--policies--masking_exception_policy--exceptions))
4444

4545
<a id="nestedobjatt--policies--masking_exception_policy--exceptions"></a>
4646
### Nested Schema for `policies.masking_exception_policy.exceptions`

docs/data-sources/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The project data source.
2424
- `allow_modify_statement` (Boolean) Allow modifying statement after issue is created.
2525
- `auto_enable_backup` (Boolean) Whether to automatically enable backup.
2626
- `auto_resolve_issue` (Boolean) Enable auto resolve issue.
27-
- `databases` (List of Object) The databases in the project. (see [below for nested schema](#nestedatt--databases))
27+
- `databases` (Set of Object) The databases in the project. (see [below for nested schema](#nestedatt--databases))
2828
- `enforce_issue_title` (Boolean) Enforce issue title created by user instead of generated by Bytebase.
2929
- `id` (String) The ID of this resource.
3030
- `key` (String) The project key.

docs/data-sources/project_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Read-Only:
3232
- `allow_modify_statement` (Boolean)
3333
- `auto_enable_backup` (Boolean)
3434
- `auto_resolve_issue` (Boolean)
35-
- `databases` (List of Object) (see [below for nested schema](#nestedobjatt--projects--databases))
35+
- `databases` (Set of Object) (see [below for nested schema](#nestedobjatt--projects--databases))
3636
- `enforce_issue_title` (Boolean)
3737
- `key` (String)
3838
- `members` (Set of Object) (see [below for nested schema](#nestedobjatt--projects--members))

docs/data-sources/setting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ The setting data source.
3636
Optional:
3737

3838
- `classification_from_config` (Boolean) If true, we will only store the classification in the config. Otherwise we will get the classification from table/column comment, and write back to the schema metadata.
39-
- `classifications` (Block List) (see [below for nested schema](#nestedblock--classification--classifications))
39+
- `classifications` (Block Set) (see [below for nested schema](#nestedblock--classification--classifications))
4040
- `id` (String) The classification unique uuid.
41-
- `levels` (Block List) (see [below for nested schema](#nestedblock--classification--levels))
41+
- `levels` (Block Set) (see [below for nested schema](#nestedblock--classification--levels))
4242
- `title` (String) The classification title. Optional.
4343

4444
<a id="nestedblock--classification--classifications"></a>
@@ -126,7 +126,7 @@ Read-Only:
126126

127127
Read-Only:
128128

129-
- `nodes` (List of Object) (see [below for nested schema](#nestedatt--external_approval_nodes--nodes))
129+
- `nodes` (Set of Object) (see [below for nested schema](#nestedatt--external_approval_nodes--nodes))
130130

131131
<a id="nestedatt--external_approval_nodes--nodes"></a>
132132
### Nested Schema for `external_approval_nodes.nodes`

docs/resources/database_catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The database catalog resource.
1818
### Required
1919

2020
- `database` (String) The database full name in instances/{instance}/databases/{database} format
21-
- `schemas` (Block List, Min: 1) (see [below for nested schema](#nestedblock--schemas))
21+
- `schemas` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--schemas))
2222

2323
### Read-Only
2424

@@ -29,7 +29,7 @@ The database catalog resource.
2929

3030
Required:
3131

32-
- `tables` (Block List, Min: 1) (see [below for nested schema](#nestedblock--schemas--tables))
32+
- `tables` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--schemas--tables))
3333

3434
Optional:
3535

@@ -40,7 +40,7 @@ Optional:
4040

4141
Required:
4242

43-
- `columns` (Block List, Min: 1) (see [below for nested schema](#nestedblock--schemas--tables--columns))
43+
- `columns` (Block Set, Min: 1) (see [below for nested schema](#nestedblock--schemas--tables--columns))
4444
- `name` (String)
4545

4646
Optional:

docs/resources/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The instance resource.
1717

1818
### Required
1919

20-
- `data_sources` (Block List, Min: 1) The connection for the instance. You can configure read-only or admin connection account here. (see [below for nested schema](#nestedblock--data_sources))
20+
- `data_sources` (Block Set, Min: 1) The connection for the instance. You can configure read-only or admin connection account here. (see [below for nested schema](#nestedblock--data_sources))
2121
- `engine` (String) The instance engine. Support MYSQL, POSTGRES, TIDB, SNOWFLAKE, CLICKHOUSE, MONGODB, SQLITE, REDIS, ORACLE, SPANNER, MSSQL, REDSHIFT, MARIADB, OCEANBASE.
2222
- `environment` (String) The environment full name for the instance in environments/{environment id} format.
2323
- `resource_id` (String) The instance unique resource id.

docs/resources/policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The policy resource.
3636

3737
Optional:
3838

39-
- `exceptions` (Block List) (see [below for nested schema](#nestedblock--masking_exception_policy--exceptions))
39+
- `exceptions` (Block Set) (see [below for nested schema](#nestedblock--masking_exception_policy--exceptions))
4040

4141
<a id="nestedblock--masking_exception_policy--exceptions"></a>
4242
### Nested Schema for `masking_exception_policy.exceptions`

0 commit comments

Comments
 (0)