fix(ingest): add sqlalchemy extra (#2409)

This commit is contained in:
Harshal Sheth 2021-04-16 09:41:23 -07:00 committed by GitHub
parent 177161a850
commit 777c05973f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]"},