mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-15 12:37:18 +00:00
MINOR: presidio sample data lib fix (#21295)
This commit is contained in:
parent
0ac97e35da
commit
af88452bb1
@ -66,6 +66,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 = {
|
||||
@ -335,6 +336,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
VERSIONS["avro"],
|
||||
VERSIONS["grpc-tools"],
|
||||
VERSIONS["sqlalchemy-bigquery"],
|
||||
VERSIONS["presidio-analyzer"],
|
||||
},
|
||||
"sap-hana": {"hdbcli", "sqlalchemy-hana"},
|
||||
"sas": {},
|
||||
@ -350,8 +352,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 = {
|
||||
@ -457,6 +460,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