Register a Host
Data API reference guide
This section details the /data
v1 API, which allows users to register a to Immuta with a single set of credentials rather than configuring an integration and creating data sources separately.
Required Immuta permission: CREATE_DATA_SOURCE
Supported technologies and auth methods
You can register a host from the following technologies to Immuta using supported authentication methods:
Username and password
Key pair
Snowflake OAuth
Databricks Unity Catalog host
Register a host
To register 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 registering your host in Immuta.
Last updated