Skip to content

Commit

Permalink
Merge pull request #226 from tokern/bigquery-support
Browse files Browse the repository at this point in the history
upgrade PiiCatcher to v0.21.0
  • Loading branch information
nicolepng committed Jun 23, 2023
2 parents 9bafd47 + ce0124c commit e2b409b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scheduling of scans. It also provides powerful options to include or exclude sch
There are ingestion functions for both [Datahub](https://datahubproject.io) and [Amundsen](https://amundsen.io) which will tag columns
and tables with PII and the type of PII tags.

![PIIcatcher Screencast](https://user-images.githubusercontent.com/1638298/143765818-87c7059a-f971-447b-83ca-e21182e28051.gif)
![PIIcatcher Screencast](https://tokern.io/static/piicatcher-2023-96c7c0d73e20427528633b4f0a0e25f4.gif)


## Resources
Expand Down Expand Up @@ -135,6 +135,7 @@ PIICatcher supports the following databases:
4. **AWS Redshift**
5. **AWS Athena**
6. **Snowflake**
7. **BigQuery**

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion piicatcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = "0.20.3"
__version__ = "0.21.0"
__google_analytics_tid__ = "UA-148590293-1"

from dbcat.catalog.pii_types import PiiType
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "piicatcher"
version = "0.20.3"
version = "0.21.0"
description = "Find PII data in databases"
authors = ["Tokern <[email protected]>"]
license = "Apache 2.0"
Expand All @@ -16,7 +16,7 @@ classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords=["pii","postgres","snowflake","redshift","athena"]
keywords=["pii","postgres","snowflake","redshift","athena","bigquery"]
readme="README.md"
homepage="https://tokern.io/"
repository="https://github.com/tokern/piicatcher/"
Expand Down

0 comments on commit e2b409b

Please sign in to comment.