Skip to content

Commit

Permalink
support kms_key_name feature for snapshots and seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
b0lle committed May 28, 2022
1 parent 99beb47 commit a3f6aa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ select * from ...

### Using KMS Encryption

To specify the KMS key name for a model (or a group of models), use the `kms_key_name` model configuration. The following example sets the `kms_key_name` for all of the models in the `encrypted/` directory of your dbt project.
To specify the KMS key name for a model (or a group of models), use the `kms_key_name` model configuration. Snapshots and seeds are also supported. The following example sets the `kms_key_name` for all of the models in the `encrypted/` directory of your dbt project.

<File name='dbt_project.yml'>

Expand Down

0 comments on commit a3f6aa1

Please sign in to comment.