Skip to content

Commit 8b1d327

Browse files
authored
Add explicit dependency on confluent_kafka (#139)
1 parent 83b99a7 commit 8b1d327

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datahub-actions/setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ def get_long_description():
6767
# Note: for all of these, framework_common will be added.
6868
plugins: Dict[str, Set[str]] = {
6969
# Source Plugins
70-
"kafka": set(), # included by default
70+
"kafka": {
71+
"confluent-kafka[schemaregistry]",
72+
},
7173
# Action Plugins
7274
"executor": {
7375
"acryl-executor==0.1.2",

0 commit comments

Comments
 (0)