Skip to content

Commit

Permalink
add template field renderer to livy operator (#27321)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha committed Oct 31, 2022
1 parent bc6a533 commit 0c94eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/apache/livy/operators/livy.py
Expand Up @@ -60,6 +60,7 @@ class LivyOperator(BaseOperator):
"""

template_fields: Sequence[str] = ("spark_params",)
template_fields_renderers = {"spark_params": "json"}

def __init__(
self,
Expand Down

0 comments on commit 0c94eff

Please sign in to comment.