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

[FEATURE] Databricks Secrets support #66

Open
riccamini opened this issue Sep 27, 2024 · 1 comment
Open

[FEATURE] Databricks Secrets support #66

riccamini opened this issue Sep 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@riccamini
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I want to be able to retrieve secrets stored in an existing scope.

Describe the solution you'd like

I would like to create an implementation for the Secrets class using the databricks SDK

Describe alternatives you've considered

The alternative considered is to use directly the Databricks SDK

Additional context

...

@riccamini riccamini added the enhancement New feature or request label Sep 27, 2024
@riccamini
Copy link
Contributor Author

There are two ways to retrieve the secrets:

  • dbutils
  • databricks API

For dbutils, you are forced to run on a notebook, which is not always the case, and it is already supported in Brickflow. Using the API requires retrieving the token first, and that has to be stored somewhere else.

Recommendation is to use Brickflow to retrieve the token or plain dbutils if you are on a notebook environment without using brickflow.

Note: brickflow always run inside a notebook, hence it has access to dbutils.

For the above reasons we do not see a use case for dbutils support in Koheesio

@dannymeijer dannymeijer added this to the 0.9.0 milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants