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 2019/12/30 12:45:36 UTC

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

agolovenko commented on issue #2932: [AIRFLOW-1974] Improve Databricks Hook/Operator
URL: https://github.com/apache/airflow/pull/2932#issuecomment-569669560
 
 
   Hi @andrewmchen , @diraol ! Looking at the documentation, currently there're only two operators for databricks: `DatabricksRunNowOperator` and `DatabricksSubmitRunOperator `. This is quite limiting as one would ideally have access to all databricks API: for instance my case demands working with `/jobs/runs/list`, `/jobs/runs/cancel`, `/jobs/reset` e.t.c
   
   In this perspective this PR made a lot of sense. Is there currently a way to access the above mentioned endpoints from airflow?

----------------------------------------------------------------
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