Register a Connection
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 authentication methods
You can register a connection from the following technologies to Immuta using supported authentication methods:
Username and password
Key pair
Snowflake OAuth
Databricks Unity Catalog
Register a connection
To register a connection, you must follow this process:
Run the
/integrations/scripts/create
endpoint to receive a script.Run the script in your native technology, either Snowflake or Databricks Unity Catalog.
Run the
/data/connection
endpoint to finish registering your connection in Immuta.
Last updated