ci(ud): BASELINE — run against private snowflake-eng/universal-driver@main (App token)#4276
Draft
sfc-gh-fpawlowski wants to merge 1 commit into
Draft
Conversation
…n via App token Stacked on the improvements branch. Points build-ud at the new canonical PRIVATE snowflake-eng/universal-driver, authenticating with a GitHub App token via actions/create-github-app-token (the same pattern the odbc-reports early-adopter pipeline uses), pinned to eng/main HEAD (d9e7cd7). Purpose: (1) validate we can auth to the private eng repo from snowpark-python CI, and (2) capture the bare eng/main baseline. eng/main lacks the snowpark-compat shims, so expect heavy failures; the apples-to-apples comparison (eng/main + shims) is a follow-up once those commits are replayed onto eng/main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## ud-ci-workflow-auto-triggered-full-improvements #4276 +/- ##
===================================================================================
+ Coverage 94.29% 94.33% +0.04%
===================================================================================
Files 171 171
Lines 44299 44299
Branches 7564 7564
===================================================================================
+ Hits 41772 41791 +19
+ Misses 1665 1650 -15
+ Partials 862 858 -4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on
ud-ci-workflow-auto-triggered-full-improvements(PR #4275) to compare test coverage of a different UD source.What differs from #4275
snowflakedb/universal-driver@snowpark-compatibility(carries the compat shims).snowflake-eng/universal-driver@main(pinnedd9e7cd7), authenticating with a GitHub App token (actions/create-github-app-token,owner: snowflake-eng,repositories: universal-driver) — the same pattern odbc-reports uses.Purpose
SNOWFLAKE_GH_ACTIONS_APP_ID/_TOKENApp secrets exist here?).options.py,_describe_internal, etc. are absent on main), so expect heavy import-time failures.Follow-up
The apples-to-apples comparison (eng/main + shims) requires replaying the ~20
snowpark-compatibilitycommits onto eng/main (non-trivial merge —connection.pymodify/delete + cursor/pandas_tools conflicts). This draft is the first step so we can compare runs.🤖 Generated with Claude Code