Skip to content

Commit

Permalink
remove callable functions parameter from kafka operator template_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan committed Sep 28, 2024
1 parent dc5d56b commit 7f03fb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion airflow/providers/apache/kafka/operators/consume.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class ConsumeFromTopicOperator(BaseOperator):
ui_color = BLUE
template_fields = (
"topics",
"apply_function",
"apply_function_args",
"apply_function_kwargs",
"kafka_config_id",
Expand Down
1 change: 0 additions & 1 deletion airflow/providers/apache/kafka/operators/produce.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class ProduceToTopicOperator(BaseOperator):

template_fields = (
"topic",
"producer_function",
"producer_function_args",
"producer_function_kwargs",
"kafka_config_id",
Expand Down

0 comments on commit 7f03fb2

Please sign in to comment.