Skip to content

Conversation

@samvk12
Copy link
Contributor

@samvk12 samvk12 commented Nov 28, 2025

Description

Added a new Amazon Redshift adapter to Intugle, including configuration models, adapter implementation, unit tests, and documentation.

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🎨 Code style update (formatting, renaming)
  • ♻️ Refactoring (no functional changes)
  • ⚡ Performance improvement
  • ✅ Test update
  • 🔧 Configuration change
  • 🏗️ Infrastructure/build change

Related Issue(s)

Fixes #118

Changes Made

Added Amazon Redshift adapter to Intugle, including configuration models, adapter implementation, unit tests, factory registration, documentation, and optional redshift-connector dependency.

Testing

Configuration Test: Validates RedshiftConfig parses and holds correct values.
Adapter Initialization: Ensures RedshiftAdapter can be instantiated with a config.
Connection Test: Uses a mocked redshift-connector to verify connect() works.
Factory Registration: Confirms AdapterFactory detects and registers the Redshift adapter.

To reproduce:

Activate virtual environment

source .venv/Scripts/activate # Windows: .venv\Scripts\activate

Install dependencies

pip install -e .

Run tests

pytest tests/adapters/test_redshift_adapter.py -q

Test Configuration

  • Python Version: 13.12.0
  • OS: Windows
  • LLM Provider (if applicable):

Test Cases

  • Unit tests pass locally
  • Manual testing completed
  • Tested with sample datasets

Test Commands

pytest tests/

Checklist

  • My code follows the code style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or linter errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published
  • I have updated the relevant notebooks (if applicable)
  • I have checked my code and corrected any misspellings

Documentation Updates

  • README.md updated
  • Docstrings added/updated
  • Documentation site updated (if needed)
  • Notebook examples updated (if applicable)
  • CHANGELOG updated (if applicable)

Breaking Changes

  • This PR introduces breaking changes
  • Migration guide provided (if applicable)

Performance Impact

  • Performance benchmarks run
  • No significant performance impact
  • Performance improvement:
  • Performance regression:

Additional Context

Deployment Notes


Introduced the Link Predictor module for relationship prediction based on data analysis.
Add Link Predictor module with initial implementation
This module provides functionality for predicting relationships between datasets based on column profiling, data type analysis, and LLM-based inference.
@samvk12 samvk12 closed this Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[HELP WANTED] Implement a new adapter for Amazon Redshift

1 participant