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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]