Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Feb 23, 2025
1 parent b800545 commit 4c6adad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/dlt-ecosystem/transformations/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ client = aws_encryption_sdk.EncryptionSDKClient(
commitment_policy=CommitmentPolicy.REQUIRE_ENCRYPT_REQUIRE_DECRYPT
)


#Encryption function
def encryption_func(record):
"""
Encrypts the 'security_key' for each child in a given record.
Expand Down Expand Up @@ -156,7 +156,7 @@ raw_data = [
},
]


#dlt resource
@dlt.resource(name="data_test", write_disposition={"disposition": "replace"})
def data_source():
yield from raw_data
Expand Down

0 comments on commit 4c6adad

Please sign in to comment.