我使用PII检查库扫描雪花数据库中的pii数据。https://github.com/tokern/piicatcher](https://github.com/tokern/piicatcher%5D%5B1%5D)
但是scan_snowflake函数在内部使用postgreSQL创建url,这是我的代码
catalog_params = {"app_dir": ":memory:"}
output = scan_snowflake(catalog_params=catalog_params, name="pii_db",
username={snowflake_username}, password={snowflake_password},
database={snowflake_database}, warehouse=args.warehouse,
role=args.role, account=args.account)
print(output)有人能告诉我如何使用PII捕捉器API获取雪花的PII数据吗?
发布于 2021-12-06 14:28:06
看起来它是从命令行中使用的:
$ piicatcher scan snowflake [OPTIONS]更多细节:https://tokern.io/docs/piicatcher/usage#piicatcher-scan-snowflake
https://stackoverflow.com/questions/70245633
复制相似问题