Connect a Host
Data API reference guide
This page details the /data
v1 API, which allows users to connect a to Immuta with a single set of credentials rather than configuring an integration and registering data sources separately.
Required Immuta permission: APPLICATION_ADMIN
Supported technologies and auth methods
You can connect the following technologies to Immuta using supported authentication methods:
Databricks Unity Catalog host
Connect a host
To connect a host, you must follow this process:
Run the
/integrations/scripts/create
endpoint to receive a script.Run the script in your native host, either Snowflake or Databricks Unity Catalog.
Run the
/data/connection
endpoint to finish creating the connection between your host and Immuta.
Last updated