Skip to content

Commit

Permalink
include sinks in airflow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Nov 11, 2022
1 parent 96e2622 commit 4196e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/airflow-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_long_description():
"typing-inspect",
"pydantic>=1.5.1",
"apache-airflow >= 2.0.2",
f"acryl-datahub[airflow] == {package_metadata['__version__']}",
f"acryl-datahub[airflow,datahub-rest,datahub-kafka] == {package_metadata['__version__']}",
}


Expand Down

0 comments on commit 4196e71

Please sign in to comment.