Skip to content

Commit

Permalink
remove callable functions parameter from kafka operator template_fiel…
Browse files Browse the repository at this point in the history
…ds (apache#42555)
  • Loading branch information
gopidesupavan authored and joaopamaral committed Oct 21, 2024
1 parent d12b835 commit a4f8faa
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 a4f8faa

Please sign in to comment.