uranusjr commented on code in PR #25260:
URL: https://github.com/apache/airflow/pull/25260#discussion_r928616540


##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -590,7 +590,7 @@ def __init__(
         python_params: Optional[List[str]] = None,
         jar_params: Optional[List[str]] = None,
         spark_submit_params: Optional[List[str]] = None,
-        python_named_parameters: Optional[Dict[str, str]] = None,
+        python_named_params: Optional[Dict[str, str]] = None,

Review Comment:
   Why change this? The old argument name sounds perfectly fine to me and it’s 
not worthwhile to break backward compatibility IMO.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to