Skip to content

Commit

Permalink
Update await_message.py (#8)
Browse files Browse the repository at this point in the history
Adding templated fields to operator
  • Loading branch information
dylanbstorey committed Aug 3, 2022
1 parent 7914f6a commit f068654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow_provider_kafka/operators/await_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class AwaitKafkaMessageOperator(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 f068654

Please sign in to comment.