Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Add template fields to ProduceToTopicOperator (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyh authored Aug 3, 2022
1 parent de3afa2 commit 287683e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow_provider_kafka/operators/produce_to_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class ProduceToTopicOperator(BaseOperator):
:type poll_timeout: float, optional
:raises AirflowException: _description_
"""

template_fields = ('topic', 'producer_function', 'producer_function_args', 'producer_function_kwargs')

def __init__(
self,
Expand Down

0 comments on commit 287683e

Please sign in to comment.