Skip to content

Commit

Permalink
fix(ingest): superset - adding missing greenlet dep (#4203)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopjagadish authored Feb 21, 2022
1 parent a2d096e commit c6cb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_long_description():
"snowflake": snowflake_common,
"snowflake-usage": snowflake_common | {"more-itertools>=8.12.0"},
"sqlalchemy": sql_common,
"superset": {"requests", "sqlalchemy", "great_expectations"},
"superset": {"requests", "sqlalchemy", "great_expectations", "greenlet"},
"tableau": {"tableauserverclient>=0.17.0"},
"trino": sql_common | {"trino"},
"starburst-trino-usage": sql_common | {"trino"},
Expand Down

0 comments on commit c6cb549

Please sign in to comment.