Source JDBC Database hashing columns before transferring them #28385
Unanswered
pschrammel
asked this question in
Connector Questions
Replies: 1 comment 2 replies
-
The article is limited to source databases where you can control the fields you're going to ingest. For databases connectors I strongly recommend to you create a view where you can filter, remove or hash the source data for the purpose you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to hash some DB columns before transfering them. But I don't know where to start. I looked at this article which describes the right thing on a wrong source: https://airbyte.com/blog/etlt-gdpr-compliance .
Does anybody have an example for postgres databases?
Beta Was this translation helpful? Give feedback.
All reactions