Vamsi-klu commented on issue #21377:
URL: https://github.com/apache/airflow/issues/21377#issuecomment-5389761015

   
   I'd like to work on this using the current SQL warehouses API. The plan 
moved after review, so here is the real checklist and which PR cover
   
   - [x] Hook get/start/stop, warehouse state, start/stop operators with sync 
wait. #70088, merged.
   - [x] Deferrable start/stop so the wait can run on the triggerer. #71752, 
open.
   - [ ] Create warehouse operator.
   - [ ] Delete warehouse operator.
   - [ ] Resolve warehouse by name.
   - [ ] Edit warehouse.
   - [ ] Live Databricks system-test Dag.
   
   Shipped work takes warehouse_id directly and keeps the REST calls on the 
existing hook. No databricks-sdk.
   
   I originally called create/delete Phase 2. After the #70088 review we did 
deferrable first so start/stop would not sit on a worker. Create and delete are 
what is left from the original issue.
   
   


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

Reply via email to