Create Data Connection
Create data connection
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
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.
Response
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.

