mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 12:53:53 +00:00
Fix: Snyk Severity for Delta Spark (#9323)
This commit is contained in:
parent
5da150852c
commit
a633befe2a
@ -142,7 +142,6 @@ plugins: Dict[str, Set[str]] = {
|
||||
},
|
||||
"snowflake": {"snowflake-sqlalchemy~=1.4.3"},
|
||||
"snowflake-usage": {"snowflake-sqlalchemy~=1.4.3"},
|
||||
"sample-entity": {"faker~=8.1.1"},
|
||||
"superset": {},
|
||||
"tableau": {"tableau-api-lib==0.1.50"},
|
||||
"vertica": {"sqlalchemy-vertica[vertica-python]>=0.0.5"},
|
||||
@ -156,7 +155,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"databricks": {"sqlalchemy-databricks==0.1.0"},
|
||||
"singlestore": {"pymysql>=1.0.2"},
|
||||
"azure-sso": {"msal~=1.17.0"},
|
||||
"deltalake": {"delta-spark~=2.0.0"},
|
||||
"deltalake": {"delta-spark~=2.2.0"},
|
||||
"great-expectations": {"great-expectations~=0.15.0"},
|
||||
"pinotdb": {"pinotdb~=0.3.11"},
|
||||
"nifi": {},
|
||||
@ -183,7 +182,6 @@ test = {
|
||||
"pytest==7.0.0",
|
||||
"pytest-cov",
|
||||
"pytest-order",
|
||||
"faker",
|
||||
"coverage",
|
||||
# sklearn integration
|
||||
"scikit-learn==1.0.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user