Deep scan not working #243
praveenbakare
started this conversation in
General
Replies: 1 comment 1 reply
-
First suspicion is that piicatcher is not able to read the data. No rows are being returned. Can you share debug logs? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run piicatcher 0.21.2 on Bigquery tables with deep scan. But the results are showing null pii-type. When I run the detect with shallow scan, I get the results where pii_type is populated for some of the columns. What do I need to do to make sure that Deep scan also works and provides results ?
Deep Scan: piicatcher detect --source-name bq_db_qa --scan-type data --list-all --no-incremental
Shallow Scan: piicatcher detect --source-name bq_db_qa --scan-type metadata --list-all --no-incremental
Beta Was this translation helpful? Give feedback.
All reactions