mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 21:03:48 +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": {"snowflake-sqlalchemy~=1.4.3"},
|
||||||
"snowflake-usage": {"snowflake-sqlalchemy~=1.4.3"},
|
"snowflake-usage": {"snowflake-sqlalchemy~=1.4.3"},
|
||||||
"sample-entity": {"faker~=8.1.1"},
|
|
||||||
"superset": {},
|
"superset": {},
|
||||||
"tableau": {"tableau-api-lib==0.1.50"},
|
"tableau": {"tableau-api-lib==0.1.50"},
|
||||||
"vertica": {"sqlalchemy-vertica[vertica-python]>=0.0.5"},
|
"vertica": {"sqlalchemy-vertica[vertica-python]>=0.0.5"},
|
||||||
@ -156,7 +155,7 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
"databricks": {"sqlalchemy-databricks==0.1.0"},
|
"databricks": {"sqlalchemy-databricks==0.1.0"},
|
||||||
"singlestore": {"pymysql>=1.0.2"},
|
"singlestore": {"pymysql>=1.0.2"},
|
||||||
"azure-sso": {"msal~=1.17.0"},
|
"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"},
|
"great-expectations": {"great-expectations~=0.15.0"},
|
||||||
"pinotdb": {"pinotdb~=0.3.11"},
|
"pinotdb": {"pinotdb~=0.3.11"},
|
||||||
"nifi": {},
|
"nifi": {},
|
||||||
@ -183,7 +182,6 @@ test = {
|
|||||||
"pytest==7.0.0",
|
"pytest==7.0.0",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-order",
|
"pytest-order",
|
||||||
"faker",
|
|
||||||
"coverage",
|
"coverage",
|
||||||
# sklearn integration
|
# sklearn integration
|
||||||
"scikit-learn==1.0.2",
|
"scikit-learn==1.0.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user