Skip to content

Commit

Permalink
remove unnecessary templated filed
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Dec 29, 2023
1 parent 918552a commit 868e0d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions airflow/providers/apache/livy/operators/livy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ class LivyOperator(BaseOperator):
See Tenacity documentation at https://github.com/jd/tenacity
"""

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

def __init__(
self,
*,
Expand Down

0 comments on commit 868e0d1

Please sign in to comment.