Skip to content

Add data warehouse and ETL integrations to Integrations page#91

Merged
fuzziecoder merged 1 commit intocodex/fix-remaining-issues-and-raise-prfrom
codex/implement-data-layer-integration
Feb 25, 2026
Merged

Add data warehouse and ETL integrations to Integrations page#91
fuzziecoder merged 1 commit intocodex/fix-remaining-issues-and-raise-prfrom
codex/implement-data-layer-integration

Conversation

@fuzziecoder
Copy link
Copy Markdown
Owner

@fuzziecoder fuzziecoder commented Feb 25, 2026

Motivation

  • Surface common data-layer services (data warehouses and ETL/transformation tools) in the Integrations UI so pipelines can be connected to analytics and transformation backends.

Description

  • Extend the Integration type and UI filter to include new categories warehouse and etl and add label entries in categoryLabels (file: src/pages/Integrations.tsx).
  • Add Data Warehouse integrations: snowflake, bigquery, and redshift to the availableIntegrations catalog (file: src/pages/Integrations.tsx).
  • Add ETL / transformation integrations: dbt and spark to the catalog and add category-specific connection form fields for warehouse and etl providers (including BigQuery-specific fields, Snowflake/Redshift host/port fields, dbt project/profile fields, and Spark master/deploy options) in the connection modal (file: src/pages/Integrations.tsx).
  • Update the filter state typing and filter buttons to include the new warehouse and etl options so they appear as filter chips in the UI (file: src/pages/Integrations.tsx).

Testing

  • Ran a full production build with npm run build (which runs tsc -b && vite build) and it completed successfully.
  • Launched the dev server with npm run dev and performed an automated smoke-check of the /integrations route using a Playwright script that captured a screenshot to validate the new entries render; the check succeeded.

Codex Task


Open with Devin

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flexi-roaster Building Building Preview, Comment Feb 25, 2026 1:24pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 25, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/implement-data-layer-integration

Comment @coderabbitai help to get the list of available commands and usage tips.

@fuzziecoder fuzziecoder self-assigned this Feb 25, 2026
@fuzziecoder fuzziecoder merged commit b471463 into codex/fix-remaining-issues-and-raise-pr Feb 25, 2026
5 of 7 checks passed
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 4 additional findings.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant