Create data connection
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for creating a data connection.
Now supports inline credentials which will be stored as secrets automatically.
1 - 255^[a-zA-Z0-9][a-zA-Z0-9 _.:-]*$Data connection types.
postgres, redshift, mysql, bigquery, snowflake, databricks, couchbase, oracle, hive, mongodb, s3, gcs, minio, nfs, smb Credentials for authentication. These will be securely stored as secrets.
Custom kebab-case name for the resource URI (e.g., 'customer-db'). Auto-generated from name if omitted. The full URI is constructed as {type}:{org_id}:{scope}:{name}.
^[a-z0-9-]+$1000Configuration for database connections.
Configuration for object storage connections.
Configuration for file system connections.
Successful Response
Full data connection representation.
Data connection types.
postgres, redshift, mysql, bigquery, snowflake, databricks, couchbase, oracle, hive, mongodb, s3, gcs, minio, nfs, smb Status of a data connection.
PENDING, ACTIVE, ERROR, DISABLED Deprecated: use created_by instead. Will be removed in a future release.
Configuration for database connections.
Configuration for object storage connections.
Configuration for file system connections.