Taragolis commented on code in PR #36911:
URL: https://github.com/apache/airflow/pull/36911#discussion_r1459310904


##########
airflow/providers/alibaba/cloud/operators/analyticdb_spark.py:
##########
@@ -113,9 +113,6 @@ class 
AnalyticDBSparkSQLOperator(AnalyticDBSparkBaseOperator):
     :param rg_name: The name of resource group in AnalyticDB MySQL 3.0 Data 
Lakehouse cluster.
     """
 
-    template_fields: Sequence[str] = ("spark_params",)
-    template_fields_renderers = {"spark_params": "json"}
-

Review Comment:
   This will change the behaviour. Because `AnalyticDBSparkSQLOperator. 
spark_params` wouldn't be rendered anymore.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to