Skip to content

Commit

Permalink
docs: add Apache Druid to backend matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-kwitt authored and cpcloud committed Mar 1, 2023
1 parent 64fecc1 commit 764d9c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/backends/app/backend_info_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ def backends_info_df():
{
"bigquery": ["string", "sql"],
"clickhouse": ["string", "sql"],
'dask': ["dataframe"],
"datafusion": ["dataframe"],
"dask": ["dataframe"],
"datafusion": ["sql"],
"druid": ["sqlalchemy", "sql"],
"duckdb": ["sqlalchemy", "sql"],
"impala": ["string", "sql"],
"mssql": ["sqlalchemy", "sql"],
Expand Down

0 comments on commit 764d9c3

Please sign in to comment.