Connector Configuration
Learn how to create connectors, configure credentials, and validate connections.
Creating a Connector
To create a new connector:
- Navigate to Connectors: Go to the Integration (Connectors) section
- Click "New Integration": Start the connector creation process
- Select Connector Type: Choose the type of connector (S3, Oracle, etc.)
- Configure Connection: Enter connection details
- Configure Credentials: Set up authentication
- Validate Connection: Test the connection
- Save Connector: Save the connector configuration
Connector Requirements:
- Name: Unique name for the connector
- Type: Connector type (S3, Oracle, etc.)
- Credentials: Valid authentication credentials
- Connection Details: Required connection parameters
Credential Configuration
Configure credentials securely for your connectors:
Credential Types:
- Access Keys: For S3-compatible storage
- Username/Password: For database connections
- API Keys: For API-based connectors
- OAuth Tokens: For OAuth-based authentication
Security Features:
- Encrypted Storage: Credentials stored encrypted
- No Plain Text: Credentials never displayed in plain text
- Access Control: Role-based access to credentials
- Rotation Support: Support for credential rotation
Best Practices:
- Use least-privilege credentials
- Rotate credentials regularly
- Use separate credentials per environment
- Monitor credential usage
Endpoint Configuration
Configure endpoints for your connectors:
S3-Compatible Endpoints:
- Endpoint URL: S3-compatible endpoint
- Region: AWS region (if applicable)
- Bucket: S3 bucket name
- Path Prefix: Optional path prefix
Database Endpoints:
- Host: Database host address
- Port: Database port number
- Database Name: Target database
- Service Name: Oracle service name (if applicable)
Endpoint Validation:
- Automatic endpoint validation
- Connection testing
- Network reachability checks
- Authentication verification
Connection Validation
Validate connector connections before saving:
Validation Steps:
- Test Connection: Test basic connectivity
- Verify Credentials: Verify authentication works
- Check Permissions: Verify access permissions
- Test Data Access: Test reading sample data
- Validate Schema: Validate schema detection
Validation Results:
- Success: Connection validated successfully
- Failed: Connection failed with error details
- Warning: Connection works but with warnings
Common Validation Issues:
- Invalid credentials
- Network connectivity issues
- Insufficient permissions
- Incorrect endpoint configuration
Next Steps
- Learn about Operations to manage connectors
- Check Usage Guide for best practices