Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider Databricks : add cluster API #19490

Closed
2 tasks done
ThAccart opened this issue Nov 9, 2021 · 9 comments · Fixed by #34643
Closed
2 tasks done

provider Databricks : add cluster API #19490

ThAccart opened this issue Nov 9, 2021 · 9 comments · Fixed by #34643

Comments

@ThAccart
Copy link

ThAccart commented Nov 9, 2021

Description

Add Databricks Cluster API in Databricks Hook

Use case/motivation

Databricks provider lacks Cluster API access to allow
to CRUD cluster as well as manage clusters (start/restart/delete/...)
Those API are very convenient to control clusters (get status, force shutdown...) and to optimize some specific flows (scale cluster in advance when a coming need is detected )

Related issues

none

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@ThAccart ThAccart added the kind:feature Feature Requests label Nov 9, 2021
@boring-cyborg
Copy link

boring-cyborg bot commented Nov 9, 2021

Thanks for opening your first issue here! Be sure to follow the issue template!

@potiuk
Copy link
Member

potiuk commented Nov 15, 2021

Assigned you the issue!

@alexott
Copy link
Contributor

alexott commented Dec 8, 2021

It's interesting use case. But really we have two things here:

  • cluster creation/deletion - these tasks are nicely done with Terraform, for example
  • managing the cluster state - stop/start - that's not possible (or very limited) with Terraform

@alexott
Copy link
Contributor

alexott commented Jan 22, 2022

@potiuk it looks like it's stale, can you assign it to me?

@potiuk potiuk assigned alexott and unassigned ThAccart Jan 22, 2022
@potiuk
Copy link
Member

potiuk commented Jan 22, 2022

Sure!

@eladkal
Copy link
Contributor

eladkal commented May 29, 2022

@alexott are you still working on this issue?

@alexott
Copy link
Contributor

alexott commented May 29, 2022

Yes, I do

@Seokyun-Ha
Copy link
Contributor

Hello, guys!! I opened new PR of Databricks ClusterState utility :)

Any feedback would be appreciated!

#34071

@Lee-W
Copy link
Member

Lee-W commented Sep 4, 2023

It seems this issue has not been updated for more than one year and @Seokyun-Ha is not working on it. I assigned this one to @Seokyun-Ha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants