Skip to content

Commit ef60874

Browse files
committed
Generate docs
1 parent 285933f commit ef60874

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: docs/resources/source_table_kafka.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "materialize_source_table_kafka" "kafka_source_table" {
7171

7272
### Optional
7373

74-
- `comment` (String) **Public Preview** Comment on an object in the database.
74+
- `comment` (String) Comment on an object in the database.
7575
- `database_name` (String) The identifier for the source table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
7676
- `envelope` (Block List, Max: 1) How Materialize should interpret records (e.g. append-only, upsert).. (see [below for nested schema](#nestedblock--envelope))
7777
- `expose_progress` (Block List, Max: 1) The name of the progress collection for the source. If this is not specified, the collection will be named `<src_name>_progress`. (see [below for nested schema](#nestedblock--expose_progress))

Diff for: docs/resources/source_table_load_generator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "materialize_source_table_load_generator" "load_generator_table_from_so
4141

4242
### Optional
4343

44-
- `comment` (String) **Public Preview** Comment on an object in the database.
44+
- `comment` (String) Comment on an object in the database.
4545
- `database_name` (String) The identifier for the table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
4646
- `ownership_role` (String) The owernship role of the object.
4747
- `region` (String) The region to use for the resource connection. If not set, the default region is used.

Diff for: docs/resources/source_table_mysql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "materialize_source_table_mysql" "mysql_table_from_source" {
4646

4747
### Optional
4848

49-
- `comment` (String) **Public Preview** Comment on an object in the database.
49+
- `comment` (String) Comment on an object in the database.
5050
- `database_name` (String) The identifier for the table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
5151
- `exclude_columns` (List of String) Exclude specific columns when reading data from MySQL. This option used to be called `ignore_columns`.
5252
- `ownership_role` (String) The owernship role of the object.

Diff for: docs/resources/source_table_postgres.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resource "materialize_source_table_postgres" "postgres_table_from_source" {
4545

4646
### Optional
4747

48-
- `comment` (String) **Public Preview** Comment on an object in the database.
48+
- `comment` (String) Comment on an object in the database.
4949
- `database_name` (String) The identifier for the table database in Materialize. Defaults to `MZ_DATABASE` environment variable if set or `materialize` if environment variable is not set.
5050
- `ownership_role` (String) The owernship role of the object.
5151
- `region` (String) The region to use for the resource connection. If not set, the default region is used.

0 commit comments

Comments
 (0)