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

Commit

Permalink
add templating to consumer fields (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbstorey authored Aug 3, 2022
1 parent 287683e commit 7914f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow_provider_kafka/operators/consume_from_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ConsumeFromTopicOperator(BaseOperator):

BLUE = "#ffefeb"
ui_color = BLUE

template_fields = ('topics', 'apply_function', 'apply_function_args', 'apply_function_kwargs')
def __init__(
self,
topics: Sequence[str],
Expand Down

0 comments on commit 7914f6a

Please sign in to comment.