Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jankuca
Copy link
Member

@jankuca jankuca commented Nov 5, 2025

Summary by CodeRabbit

  • New Features
    • Expanded Snowflake database integration: you can now configure federated authentication for SQLAlchemy connections, simplifying setup for federated/SAML-based Snowflake access and enabling smoother authentication flows when using SQLAlchemy-based connectors.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 5, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The change adds a public export to the database-integrations module's index file. Specifically, getSnowflakeFederatedAuthSqlAlchemyInput from ./snowflake-integration-env-vars is now exposed in the public API. No other logic, dependencies, or existing exports are modified.

Pre-merge checks

✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding a public export for getSnowflakeFederatedAuthSqlAlchemyInput, which matches the changeset perfectly.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 3db56a2 and 4bb0841.

📒 Files selected for processing (1)
  • packages/database-integrations/src/index.ts (1 hunks)

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

@codecov
Copy link

codecov bot commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.31%. Comparing base (05e87f5) to head (4bb0841).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   95.31%   95.31%           
=======================================
  Files          26       26           
  Lines         726      726           
  Branches      210      207    -3     
=======================================
  Hits          692      692           
  Misses         34       34           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jankuca jankuca marked this pull request as ready for review November 5, 2025 13:47
@jankuca jankuca requested a review from a team as a code owner November 5, 2025 13:47
@jankuca jankuca enabled auto-merge (squash) November 5, 2025 14:26
@jankuca jankuca merged commit b7c4907 into main Nov 5, 2025
11 of 12 checks passed
@jankuca jankuca deleted the jk/export-snowflake-util branch November 5, 2025 14:32
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.

3 participants