mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
fix(ingest): add sqlalchemy extra (#2409)
This commit is contained in:
parent
177161a850
commit
777c05973f
@ -61,6 +61,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
"airflow": {"apache-airflow >= 1.10.2"},
|
||||
# Source plugins
|
||||
"kafka": kafka_common,
|
||||
"sqlalchemy": sql_common,
|
||||
"athena": sql_common | {"PyAthena[SQLAlchemy]"},
|
||||
"bigquery": sql_common | {"pybigquery >= 0.6.0"},
|
||||
"hive": sql_common | {"pyhive[hive]"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user