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:52:23 UTC

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

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


##########
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:
   This is to match Databricks Jobs API changes (really was a problem with published spec). This parameter most probably wasn't used yet, otherwise we would get an error report because API. I can keep it compatible with previous versions by adding a new parameters, and marking old one as deprecated...



-- 
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