mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
Fix #3181 - Align ingestion requirements
Fix ES and bump down redash (#3182)
This commit is contained in:
parent
38e03f79c6
commit
a9290bf1a0
@ -81,7 +81,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"backup": {"boto3~=1.19.12"},
|
||||
"dbt": {},
|
||||
"druid": {"pydruid>=0.6.2"},
|
||||
"elasticsearch": {"elasticsearch~=7.13.1"},
|
||||
"elasticsearch": {"elasticsearch==7.13.1"},
|
||||
"glue": {"boto3~=1.19.12"},
|
||||
"dynamodb": {"boto3~=1.19.12"},
|
||||
"hive": {
|
||||
@ -102,7 +102,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"presto": {"pyhive~=0.6.3"},
|
||||
"trino": {"sqlalchemy-trino"},
|
||||
"postgres": {"pymysql>=1.0.2", "psycopg2-binary", "GeoAlchemy2"},
|
||||
"redash": {"redash-toolbelt==0.1.9"},
|
||||
"redash": {"redash-toolbelt==0.1.8"},
|
||||
"redshift": {"sqlalchemy-redshift==0.8.9", "psycopg2-binary", "GeoAlchemy2"},
|
||||
"redshift-usage": {
|
||||
"sqlalchemy-redshift==0.8.9",
|
||||
|
Loading…
x
Reference in New Issue
Block a user