stikkireddy commented on code in PR #32221:
URL: https://github.com/apache/airflow/pull/32221#discussion_r1251241946
##########
airflow/providers/databricks/operators/databricks.py:
##########
@@ -160,6 +162,142 @@ def get_link(
return XCom.get_value(key=XCOM_RUN_PAGE_URL_KEY, ti_key=ti_key)
+class DatabricksJobsCreateOperator(BaseOperator):
Review Comment:
hmm based on the other example of `DatabricksReposUpdateOperator` it seems
that it is a noun and then a verb. `Jobs` is the noun and `Create` is the verb
for the `DatabricksJobsCreateOperator`. Let me know if we want it the other way
around. @phanikumv let me know what works.
--
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]