Skip to content

Commit

Permalink
Fixing syntax (#6214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders authored Oct 2, 2024
2 parents 29ceb1d + 47ba12f commit 0a3ec45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Snowflake's `CREATE ICEBERG TABLE` DDL requires that a `base_location` be provid
#### Base Location Subpath
We recommend using dbt's auto-generated `base_location`. However, if you need to customize the resulting `base_location`, dbt allows users to configure a `base_location_subpath`. When specified, the subpath concatenates to the end of the previously described pattern for `base_location` string generation.

For example, `config(base_location_subpath="prod")` will generate a `base_location` of the form `_dbt/{SCHEMA_NAME}/{MODEL_NAME}`.
For example, `config(base_location_subpath="prod")` will generate a `base_location` of the form `_dbt/{SCHEMA_NAME}/{MODEL_NAME}/prod/`.

A theoretical (but not recommended) use case is re-using an `EXTERNAL VOLUME` while maintaining isolation across development and production environments. We recommend against this as storage permissions should configured on the external volume and underlying storage, not paths that any analytics engineer can modify.

Expand Down

0 comments on commit 0a3ec45

Please sign in to comment.