pankajastro commented on code in PR #32221: URL: https://github.com/apache/airflow/pull/32221#discussion_r1245638521
########## airflow/providers/databricks/operators/databricks.py: ########## @@ -24,6 +24,8 @@ from logging import Logger from typing import TYPE_CHECKING, Any, Sequence +from databricks.sdk.service import jobs as j Review Comment: ```suggestion from databricks.sdk.service import jobs``` -- 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]
