YML File for Broadsea instance pointing to a Databricks CDM instance

Can someone provide an example yml file for a Broadsea instance pointing to a Databricks instance?

So with the new Broadsea 3.0.0, you simply make changes to the .env file as documented in the readme. For adding a CDM source in Databricks, that wouldn’t be a Broadsea configuration, rather that would be the standard Atlas data source addition process:

  1. If using security in Atlas, then simply use the Configuration → Add Source method. This is cleanest.
  2. If not using security (meaning it’s open to all) then you’ll need to add a source record to the webapi schema’s source table and source daimons (identifying the CDM schema, results schema, vocab schema) in the webapi schema’s source_daimon table. The WebAPI wiki has this info documented.

Thanks Ajit,

I’ll give it a try and let you know how I make out.

Sounds good. I am planning on a profile in Broadsea for common Atlas config patterns like adding sources, but we’ll need the full API calls figured out.

1 Like