diff --git a/docs/cloud/features/data-tests/schema-tests/exposure-tests.mdx b/docs/cloud/features/data-tests/schema-tests/exposure-tests.mdx new file mode 100644 index 000000000..8bbd5c88c --- /dev/null +++ b/docs/cloud/features/data-tests/schema-tests/exposure-tests.mdx @@ -0,0 +1,6 @@ +--- +title: Exposure tests +sidebarTitle: Exposure tests +--- + +## Exposure tests \ No newline at end of file diff --git a/docs/cloud/features/data-tests/schema-tests/json-schema.mdx b/docs/cloud/features/data-tests/schema-tests/json-schema.mdx new file mode 100644 index 000000000..d32943944 --- /dev/null +++ b/docs/cloud/features/data-tests/schema-tests/json-schema.mdx @@ -0,0 +1,6 @@ +--- +title: JSON schema +sidebarTitle: JSON schema +--- + +## JSON Schema \ No newline at end of file diff --git a/docs/cloud/features/data-tests/schema-tests/schema-changes-from-baseline.mdx b/docs/cloud/features/data-tests/schema-tests/schema-changes-from-baseline.mdx new file mode 100644 index 000000000..32ebb9d4a --- /dev/null +++ b/docs/cloud/features/data-tests/schema-tests/schema-changes-from-baseline.mdx @@ -0,0 +1,6 @@ +--- +title: Schema change from baseline +sidebarTitle: Schema change - baseline +--- + +## Schema Changes from Baseline \ No newline at end of file diff --git a/docs/cloud/features/data-tests/schema-tests/schema-changes.mdx b/docs/cloud/features/data-tests/schema-tests/schema-changes.mdx new file mode 100644 index 000000000..a291a331b --- /dev/null +++ b/docs/cloud/features/data-tests/schema-tests/schema-changes.mdx @@ -0,0 +1,6 @@ +--- +title: Schema change +sidebarTitle: Schema change +--- + +## Schema Changes \ No newline at end of file diff --git a/docs/cloud/features/data-tests/schema-validation-test.mdx b/docs/cloud/features/data-tests/schema-validation-test.mdx index d3591b1cc..b9f6340e6 100644 --- a/docs/cloud/features/data-tests/schema-validation-test.mdx +++ b/docs/cloud/features/data-tests/schema-validation-test.mdx @@ -5,25 +5,25 @@ sidebarTitle: Schema validation The Elementary dbt package includes the following schema validation tests: - + Fails on changes in schema: deleted or added columns, or change of data type of a column. Fails if the table schema is different in columns names or column types than a configured baseline (can be generated with a macro). - + Monitors a JSON type column and fails if there are JSON events that don't match a configured JSON schema (can be generated with a macro). - + Monitors changes in your models' columns that break schema for downstream exposures, such as BI dashboards. \ No newline at end of file