uranusjr commented on code in PR #29840:
URL: https://github.com/apache/airflow/pull/29840#discussion_r1124046647
##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -285,12 +285,12 @@ def __init__(
*,
json: Any | None = None,
tasks: list[object] | None = None,
- spark_jar_task: dict[str, str] | None = None,
- notebook_task: dict[str, str] | None = None,
- spark_python_task: dict[str, str | list[str]] | None = None,
- spark_submit_task: dict[str, list[str]] | None = None,
- pipeline_task: dict[str, str] | None = None,
- dbt_task: dict[str, str | list[str]] | None = None,
Review Comment:
I may also be a good idea to split the changes into two PRs, one does not
need to block the other.
--
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]