pankajkoti commented on code in PR #40013:
URL: https://github.com/apache/airflow/pull/40013#discussion_r1624218559
##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -1118,14 +1012,16 @@ def _get_run_json(self) -> dict[str, Any]:
raise ValueError("Must specify either existing_cluster_id or
new_cluster.")
return run_json
- def launch_notebook_job(self) -> int:
+ def launch_job(self) -> int:
Review Comment:
done so, please check.
--
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]