Deployment
Databricks deployment
Configure the staging warehouse schema used by aggregate reporting.
Fabric Experiments uses Databricks for production-scale warehouse aggregation.
Create the staging catalog/schema:
CREATE CATALOG IF NOT EXISTS fx_staging;
CREATE SCHEMA IF NOT EXISTS fx_staging.fx;
GRANT USAGE ON CATALOG fx_staging TO `fx-staging-sp`;Set API env vars:
DATABRICKS_HOSTDATABRICKS_HTTP_PATHDATABRICKS_TOKENDATABRICKS_CATALOG=fx_stagingDATABRICKS_SCHEMA=fx
Install the optional driver in deployments that use Databricks:
pnpm add -F @fabricorg/experiments-api @databricks/sql