mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
MINOR: presidio sample data lib fix (#21295)
This commit is contained in:
parent
d09907b7ee
commit
176b731337
@ -68,6 +68,7 @@ VERSIONS = {
|
||||
"google-cloud-bigtable": "google-cloud-bigtable>=2.0.0",
|
||||
"pyathena": "pyathena~=3.0",
|
||||
"sqlalchemy-bigquery": "sqlalchemy-bigquery>=1.2.2",
|
||||
"presidio-analyzer": "presidio-analyzer==2.2.355",
|
||||
}
|
||||
|
||||
COMMONS = {
|
||||
@ -338,6 +339,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
VERSIONS["avro"],
|
||||
VERSIONS["grpc-tools"],
|
||||
VERSIONS["sqlalchemy-bigquery"],
|
||||
VERSIONS["presidio-analyzer"],
|
||||
},
|
||||
"sap-hana": {"hdbcli", "sqlalchemy-hana"},
|
||||
"sas": {},
|
||||
@ -353,8 +355,9 @@ plugins: Dict[str, Set[str]] = {
|
||||
VERSIONS["spacy"],
|
||||
VERSIONS["pandas"],
|
||||
VERSIONS["numpy"],
|
||||
"presidio-analyzer==2.2.355",
|
||||
VERSIONS["presidio-analyzer"],
|
||||
},
|
||||
"presidio-analyzer": {VERSIONS["presidio-analyzer"]},
|
||||
}
|
||||
|
||||
dev = {
|
||||
@ -463,6 +466,7 @@ playwright_dependencies = {
|
||||
*plugins["airflow"],
|
||||
*plugins["datalake-s3"],
|
||||
*plugins["dbt"],
|
||||
*plugins["presidio-analyzer"],
|
||||
*e2e_test
|
||||
# Add other plugins as needed for Playwright tests
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user