Skip to content

Commit

Permalink
添加新的数据源ES(Elasticsearch) v0.5-beta (#2754)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: 王飞 <fei.wang@xgo.one>
Co-authored-by: Leo Q <LeoQuote@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 13, 2024
1 parent bd229c2 commit 128be66
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archery/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"odps",
"cassandra",
"doris",
"elasticsearch",
],
),
ENABLED_NOTIFIERS=(
Expand Down Expand Up @@ -101,6 +102,7 @@
"phoenix": {"path": "sql.engines.phoenix:PhoenixEngine"},
"odps": {"path": "sql.engines.odps:ODPSEngine"},
"doris": {"path": "sql.engines.doris:DorisEngine"},
"elasticsearch": {"path": "sql.engines.elasticsearch:ElasticsearchEngine"},
}

ENABLED_NOTIFIERS = env("ENABLED_NOTIFIERS")
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ django-cas-ng==4.3.0
cassandra-driver
httpx
OpenAI
elasticsearch==8.14.0

Loading

0 comments on commit 128be66

Please sign in to comment.