You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/05 05:56:06 UTC

[GitHub] [airflow] isknight commented on issue #2932: [AIRFLOW-1974] Improve Databricks Hook/Operator

isknight commented 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.
   
   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:
users@infra.apache.org


With regards,
Apache Git Services