Fpawlowski/extended network logging#2848
Draft
sfc-gh-fpawlowski wants to merge 10 commits into
Draft
Conversation
… control Tracing is now controlled via two new parameters on cursor.execute(): - _trace_execute (default True): traces the REST call to Snowflake - _trace_file_transfer (default False): traces PUT/GET file transfer Removed the original tracing hooks from connectionpool._new_conn and ssl_wrap_socket to avoid redundant/misplaced tracing. Made-with: Cursor
Attach SecretMaskingFilter to the ext_logging logger to ensure any sensitive data (tokens, passwords, keys) is masked before log messages reach handlers. Made-with: Cursor
CI mac build is timing out — add elapsed-time markers around each major step (venv creation, pip install, wheel build) so we can pinpoint which phase hangs. Also add PUT repro and S3 bypass upload scripts under testing-repro/. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
The pyenv shim hangs in non-interactive environments (no TTY) when no version is selected. Fix by resolving the installed patch version with `pyenv versions --bare` and exporting PYENV_VERSION before invoking the shim. Also adds extended diagnostics: pyenv state, PATH, TTY check, disk usage, pip version, and per-step elapsed timing. Made-with: Cursor
Combine both branches' improvements: log() helper from main, elapsed-time tracking and pyenv diagnostics from HEAD. Made-with: Cursor
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.
Please answer these questions before submitting your pull requests. Thanks!
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #NNNN
Fill out the following pre-review checklist:
Please describe how your code solves the related issue.
Please write a short description of how your code change solves the related issue.
(Optional) PR for stored-proc connector: