Skip to content

Commit

Permalink
Revert "Source versioning: Postgres, MySQL and Load generator (#647)" (
Browse files Browse the repository at this point in the history
…#691)

This reverts commit 9663cc4.
  • Loading branch information
bobbyiliev authored Jan 17, 2025
1 parent 9da9dd2 commit e5088ea
Show file tree
Hide file tree
Showing 77 changed files with 89 additions and 6,905 deletions.
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
- --system-parameter-default=max_clusters=100
- --system-parameter-default=max_sources=100
- --system-parameter-default=max_aws_privatelink_connections=10
- --system-parameter-default=enable_create_table_from_source=on
- --all-features
environment:
MZ_NO_TELEMETRY: 1
Expand Down Expand Up @@ -49,7 +48,6 @@ services:
- --system-parameter-default=max_sources=100
- --system-parameter-default=max_aws_privatelink_connections=10
- --system-parameter-default=transaction_isolation=serializable
- --system-parameter-default=enable_create_table_from_source=on
- --all-features
environment:
MZ_NO_TELEMETRY: 1
Expand Down
53 changes: 0 additions & 53 deletions docs/data-sources/source_reference.md

This file was deleted.

65 changes: 0 additions & 65 deletions docs/data-sources/source_table.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/data-sources/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,7 @@ description: |-



## Example Usage

```terraform
data "materialize_table" "all" {}
data "materialize_table" "materialize" {
database_name = "materialize"
}
data "materialize_table" "materialize_schema" {
database_name = "materialize"
schema_name = "schema"
}
```

<!-- schema generated by tfplugindocs -->
## Schema
Expand Down
Loading

0 comments on commit e5088ea

Please sign in to comment.