Skip to content

Commit

Permalink
Update athena-configs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Jan 16, 2025
1 parent d33036f commit 603cf78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/reference/resource-configs/athena-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,7 @@ The materialization also supports invalidating hard deletes. For usage details,

### Snapshots known issues

- Incremental Iceberg models - Sync all columns on schema change. Columns used for partitioning can't be removed. From a dbt perspective, the only way is to fully refresh the incremental model.
- Tables, schemas and database names should only be lowercase
- Tables, schemas and database names should only be lowercase.
- To avoid potential conflicts, make sure [`dbt-athena-adapter`](https://github.com/Tomme/dbt-athena) is not installed in the target environment.
- Snapshot does not support dropping columns from the source table. If you drop a column, make sure to drop the column from the snapshot as well. Another workaround is to NULL the column in the snapshot definition to preserve the history.

Expand Down

0 comments on commit 603cf78

Please sign in to comment.