Hi — looking for a maintainer review on PR #6667 (Add Workload Identity Federation auth method for Snowflake data sources):
github.com/growthbook/growthbook/pull/6667
Context: we're a self-hosted deployment (LA Times) working to retire stored Snowflake credentials for security reasons. Snowflake WIF has been GA since Aug 2025 and the bundled snowflake-sdk has supported it since 2.2.0 — the PR just exposes the option (hidden on GrowthBook Cloud, and the self-hosted-only restriction is enforced server-side, not just in the UI).
State: it's been through four rounds with your review bot — all findings addressed, unit tests added for the three auth-method contracts, and it's current with main as of Sep 9 (conflicts from the async-query-status work resolved; the new query-status path routes through the WIF-aware connection builder).
Happy to hop on a call or pair on it if that helps it land — and if there's anything about the approach you'd want done differently, glad to rework it.