Skip to main content
PUT
/
v2
/
integrations
/
databricks
/
unity-catalog
/
sql
Create Or Update Unity Catalog Integration
curl --request PUT \
  --url https://api.galileo.ai/v2/integrations/databricks/unity-catalog/sql \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "storage": true,
  "hostname": "https://dbc-00000000-0000.cloud.databricks.com",
  "path": "/sql/1.0/warehouses/a000000000000000",
  "token": "my_secret_api_token"
}'
{
  "id": "<string>",
  "permissions": [],
  "name": "anthropic",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "created_by": "<string>",
  "is_selected": false
}

Authorizations

Galileo-API-Key
string
header
required

Body

application/json
token
string
required
hostname
string<uri>
required
Required string length: 1 - 2083
default_catalog_name
string | null
path
string | null
llm
boolean
default:false
storage
boolean
default:false

Response

Successful Response

id
string<uuid4>
required
name
enum<string>
required
Available options:
anthropic,
aws_bedrock,
aws_sagemaker,
azure,
custom,
databricks,
labelstudio,
mistral,
nvidia,
openai,
vegas_gateway,
vertex_ai,
writer
created_at
string<date-time>
required
updated_at
string<date-time>
required
created_by
string<uuid4>
required
permissions
Permission · object[]
is_selected
boolean
default:false
I