cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Lakehouse Federation with OAuth connection to Snowflake

AntonDBUser
New Contributor

Hi!

We have a lot use cases were we need to load data from Snowflake into Databricks, where users are using both R and Python for further analysis and machine learning. For this we have been using Lakehouse Federation combined with basic auth, but are now moving into using the OAuth based Snowflake integration. This has a few problems which makes it not usable in practice:

  • Every user have to set up their own connection and catalog (which means that normal users need a lot rights in Databricks)
  • Every user needs access to client secrets to insert it into the GUI (since SSO is a button, we can't do this with code in any way). This also have to be done every 90 days (length of the client secret from Snowflake)
  • The connection object in Databricks is tightly coupled with a Snowflake role and warehouse, which means you have to create a new connection per role (makes it extremely impractical)

Does anyone have a workaround on this which makes it possible to use Lakehouse Federation and OAuth in combination? Or if anybody knows about a roadmap for the Lakehouse Federation integrations?

Appreciate any help or tips on this issue!

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group