[GitHub] [airflow] Lee-W commented on a diff in pull request #32221: Add `DatabricksJobsCreateOperator`

2023-08-02 Thread via GitHub
Lee-W commented on code in PR #32221: URL: https://github.com/apache/airflow/pull/32221#discussion_r1282730965 ## airflow/providers/databricks/operators/databricks.py: ## @@ -161,6 +163,139 @@ def get_link( return XCom.get_value(key=XCOM_RUN_PAGE_URL_KEY, ti_key=ti_key)

[GitHub] [airflow] Lee-W commented on a diff in pull request #32221: Add `DatabricksJobsCreateOperator`

2023-07-06 Thread via GitHub
Lee-W commented on code in PR #32221: URL: https://github.com/apache/airflow/pull/32221#discussion_r1254039110 ## 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)

[GitHub] [airflow] Lee-W commented on a diff in pull request #32221: Add `DatabricksJobsCreateOperator`

2023-07-04 Thread via GitHub
Lee-W commented on code in PR #32221: URL: https://github.com/apache/airflow/pull/32221#discussion_r1251857603 ## airflow/providers/databricks/operators/databricks.py: ## @@ -24,6 +24,8 @@ from logging import Logger from typing import TYPE_CHECKING, Any, Sequence +from datab