Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Redshift config typos #3987

Merged
merged 22 commits into from
Aug 30, 2023
Merged
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bd421b4
Create may-ide-updates.md
runleonarun May 31, 2023
390b655
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun May 31, 2023
f3c32ff
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
951ffb1
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
a33c4e7
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
f53cafe
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
d94d16f
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
f35c75f
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
136c340
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
runleonarun Jun 1, 2023
901aaa1
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
mirnawong1 Jun 1, 2023
3d3d010
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
mirnawong1 Jun 1, 2023
4923080
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
mirnawong1 Jun 1, 2023
3201b4d
Update website/docs/docs/dbt-versions/release-notes/08-May-2023/may-i…
mirnawong1 Jun 1, 2023
0cd65a1
Update redshift-configs.md
runleonarun Aug 29, 2023
fed1bd1
Update website/docs/reference/resource-configs/redshift-configs.md
runleonarun Aug 30, 2023
58f9c6a
Update website/docs/reference/resource-configs/redshift-configs.md
runleonarun Aug 30, 2023
acd2eaf
Update website/docs/reference/resource-configs/redshift-configs.md
runleonarun Aug 30, 2023
3200af7
Merge branch 'current' into runleonarun-patch-8
mirnawong1 Aug 30, 2023
1591f0f
Merge branch 'runleonarun-patch-8' of https://github.com/dbt-labs/doc…
mirnawong1 Aug 30, 2023
544f87e
fix spcing for versionblock
mirnawong1 Aug 30, 2023
cd5c349
Update may-ide-updates.md
mirnawong1 Aug 30, 2023
5a6eab8
Merge branch 'current' into runleonarun-patch-8
mirnawong1 Aug 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ To-do:
In dbt-redshift, the following incremental materialization strategies are supported:

<VersionBlock lastVersion="1.5">
runleonarun marked this conversation as resolved.
Show resolved Hide resolved

- `append` (default)
- `delete+insert`

</VersionBlock>

<VersionBlock firstVersion="1.6">

- `append` (default)
- `merge`
- `delete+insert`

</VersionBlock>

All of these strategies are inheirited via from dbt-postgres.
All of these strategies are inherited via from dbt-postgres.

## Performance optimizations

Expand Down
Loading