From ef608741a18902ebbfec997f22d6cfe954fcb009 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Fri, 3 Jan 2025 16:51:49 +0200 Subject: [PATCH] Generate docs --- docs/resources/source_table_kafka.md | 2 +- docs/resources/source_table_load_generator.md | 2 +- docs/resources/source_table_mysql.md | 2 +- docs/resources/source_table_postgres.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/resources/source_table_kafka.md b/docs/resources/source_table_kafka.md index 73bee1b4..3c5e1859 100644 --- a/docs/resources/source_table_kafka.md +++ b/docs/resources/source_table_kafka.md @@ -71,7 +71,7 @@ resource "materialize_source_table_kafka" "kafka_source_table" { ### Optional -- `comment` (String) **Public Preview** Comment on an object in the database. +- `comment` (String) Comment on an object in the database. - `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. - `envelope` (Block List, Max: 1) How Materialize should interpret records (e.g. append-only, upsert).. (see [below for nested schema](#nestedblock--envelope)) - `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 `_progress`. (see [below for nested schema](#nestedblock--expose_progress)) diff --git a/docs/resources/source_table_load_generator.md b/docs/resources/source_table_load_generator.md index aba578f2..c422cc5f 100644 --- a/docs/resources/source_table_load_generator.md +++ b/docs/resources/source_table_load_generator.md @@ -41,7 +41,7 @@ resource "materialize_source_table_load_generator" "load_generator_table_from_so ### Optional -- `comment` (String) **Public Preview** Comment on an object in the database. +- `comment` (String) Comment on an object in the database. - `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. - `ownership_role` (String) The owernship role of the object. - `region` (String) The region to use for the resource connection. If not set, the default region is used. diff --git a/docs/resources/source_table_mysql.md b/docs/resources/source_table_mysql.md index e77c85ad..163fd51b 100644 --- a/docs/resources/source_table_mysql.md +++ b/docs/resources/source_table_mysql.md @@ -46,7 +46,7 @@ resource "materialize_source_table_mysql" "mysql_table_from_source" { ### Optional -- `comment` (String) **Public Preview** Comment on an object in the database. +- `comment` (String) Comment on an object in the database. - `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. - `exclude_columns` (List of String) Exclude specific columns when reading data from MySQL. This option used to be called `ignore_columns`. - `ownership_role` (String) The owernship role of the object. diff --git a/docs/resources/source_table_postgres.md b/docs/resources/source_table_postgres.md index 53ba1334..ffe107c3 100644 --- a/docs/resources/source_table_postgres.md +++ b/docs/resources/source_table_postgres.md @@ -45,7 +45,7 @@ resource "materialize_source_table_postgres" "postgres_table_from_source" { ### Optional -- `comment` (String) **Public Preview** Comment on an object in the database. +- `comment` (String) Comment on an object in the database. - `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. - `ownership_role` (String) The owernship role of the object. - `region` (String) The region to use for the resource connection. If not set, the default region is used.