Skip to content

Commit

Permalink
Add explicit dependency on confluent_kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
noggi committed Dec 18, 2024
1 parent 83b99a7 commit babdcad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datahub-actions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ def get_long_description():
# Note: for all of these, framework_common will be added.
plugins: Dict[str, Set[str]] = {
# Source Plugins
"kafka": set(), # included by default
"kafka": {
"confluent_kafka>=2.6.1",
},
# Action Plugins
"executor": {
"acryl-executor==0.1.2",
Expand Down

0 comments on commit babdcad

Please sign in to comment.