isknight edited a comment on issue #2932: [AIRFLOW-1974] Improve Databricks Hook/Operator URL: https://github.com/apache/airflow/pull/2932#issuecomment-570869121 @agolovenko you might be interested in this PR also: https://github.com/apache/airflow/pull/3813 With help from @andrewmchen I added the DatabricksRunNowOperator. Albeit a lot more improvements/work has been done since then making them a lot better! There's currently not a way to call list/reset, but cancel is used for the submit run/run now operators. You can see the API endpoints that are in the databricks_hook which is used by the databricks operators to call the API here: https://github.com/apache/airflow/blob/master/airflow/contrib/hooks/databricks_hook.py#L36 How would you picture list/reset being used in a DAG in your use case?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
