You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 08:43:13 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #25260: More improvements in the Databricks operators

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: commits-unsubscribe@airflow.apache.org

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