Skip to content

Make databricks-sdk work out of the box in notebooks #57

@lennartkats-db

Description

@lennartkats-db

Right now two steps are needed to make the sdk work from notebooks:

  1. %pip install
  2. manually passing a token to the sdk by calling internal dbutils APIs to get one

So we don't need to solve #1 right away, but maybe we can just bake the logic from #2 into the SDK itself, just like e.g. mlflow works out of the box without passing a token around manually? Would be nice if you could just type w = WorkspaceClient() in a notebook!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions