Skip to content

Commit

Permalink
Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Sep 27, 2024
1 parent 357d269 commit d71a8ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/docs/reference/resource-configs/snowflake-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ For now, Iceberg tables require a [behavior flag](/reference/global-configs/beha

To use Iceberg, set the Iceberg Materialization Behavior flag to true in your dbt_project.yml:

<File name='dbt_project.yml'>

```yaml

flags:
enable_iceberg_materializations: True

```

</File>

If you do not set this behavior flag, you will get an error, and dbt won’t materialize the table in the Iceberg format.

The following configurations are supported:
Expand Down

0 comments on commit d71a8ec

Please sign in to comment.