This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new eac3d95584 remove unnecessary templated filed (#36490)
eac3d95584 is described below
commit eac3d95584e7826044d8550b806093aa9eb4a521
Author: rom sharon <[email protected]>
AuthorDate: Fri Dec 29 23:32:10 2023 +0200
remove unnecessary templated filed (#36490)
---
airflow/providers/apache/livy/operators/livy.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/airflow/providers/apache/livy/operators/livy.py
b/airflow/providers/apache/livy/operators/livy.py
index 8f4fa75527..5d9d1126a8 100644
--- a/airflow/providers/apache/livy/operators/livy.py
+++ b/airflow/providers/apache/livy/operators/livy.py
@@ -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,
*,