Skip to main content
To create a fabric using Databricks as the provider, follow the steps below.
1

Create a new fabric entity

Begin by creating a new fabric entity in Prophecy.
  1. From the left sidebar, click the + sign.
  2. On the Create Entity page, select Fabric.
2

Fill in the Basic Info tab

The Basic Info tab lets you define the key identifiers of the fabric.
  1. Provide a name for the fabric.
  2. (Optional) Provide a description for the fabric.
  3. Select a team that can access the fabric.
  4. Click Continue.
3

Fill in the Providers tab

The Providers tab allows you to configure the SQL warehouse provider you want to use. You cannot change the fabric provider after you create the fabric.
  1. Under Provider, select Databricks.
  2. Enter your Databricks Workspace URL. Example: https://dbc-<workspace-id>.cloud.databricks.com.
  3. Select the authentication method you want to use.
    For detailed instructions, see Authentication methods.
  4. Select the SQL Warehouse checkbox.
  5. Enter the HTTP Path for your Databricks SQL warehouse. Example: /sql/1.0/warehouses/<warehouse-id>.
  6. Provide the Databricks Catalog and Schema where Prophecy will write data to by default.
  7. Optionally, select the Compute Cluster checkbox and select the cluster you want to use for any Spark operations. Prophecy runs Spark on Databricks serverless when no compute cluster is selected.
4

Save the fabric

Click Complete to save the fabric.
To add secrets and connections to your fabric, you need to save the fabric first.

Edit an existing fabric

To edit an existing fabric:
  1. From the left sidebar, click the Metadata page.
  2. Navigate to the Fabrics tab.
  3. Open the fabric you want to edit.
  4. Update the fabric. Prophecy automatically saves your changes.