Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"azure-keyvault-secrets", # Azure Key Vault SM
VERSIONS["boto3"], # Required in base for the secrets manager
"cached-property==1.5.2", # LineageParser
"cachetools", # Used to cache masked queries in ingestion/src/metadata/ingestion/lineage/masker.py
"chardet==4.0.0", # Used in the profiler
"cryptography>=42.0.0",
"google-cloud-secret-manager==2.24.0",
Expand Down Expand Up @@ -194,7 +195,6 @@
"azure-sso": {VERSIONS["msal"]},
"backup": {VERSIONS["boto3"], VERSIONS["azure-identity"], "azure-storage-blob"},
"bigquery": {
"cachetools",
"google-cloud-datacatalog>=3.6.2",
"google-cloud-logging",
VERSIONS["pyarrow"],
Expand Down Expand Up @@ -361,7 +361,6 @@
"sagemaker": {VERSIONS["boto3"]},
"salesforce": {"simple_salesforce~=1.11", "authlib>=1.3.1"},
"sample-data": {
"cachetools",
VERSIONS["avro"],
VERSIONS["grpc-tools"],
VERSIONS["sqlalchemy-bigquery"],
Expand Down
Loading