-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-1178890: When using externalbrowser
printing to STDOUT breaks pipelining
#1892
Comments
externalbrowser
printing to STDOUT breaks pipeliningexternalbrowser
printing to STDOUT breaks pipelining
@invisiblethreat would you like to open a PR with appropriate logging level to fix this if it is urgent for you? |
@sfc-gh-aalam happy to do so! |
PR opened: #1893 |
Hi, any progress here? This actually breaks tools that generate content and use the snowflake connector (dbt codegen for example), as those lines need to be manually filtered out from the output. |
@invisiblethreat started a PR but change in the PR was making a behavior change. We decided to introduce a kwarg to use logger instead of print to make this change but a follow PR is not yet put out. @ronlut Would you like to use PR #1893 and build on it to add a kwarg? |
@sfc-gh-aalam will try to do it soon, thanks for the update |
@sfc-gh-aalam @ronlut any updates here? This causes issues in any library/framework relying on a |
Python version
$ python --version --version Python 3.11.7 (main, Dec 4 2023, 18:10:11) [Clang 15.0.0 (clang-1500.1.0.2.5)]
Operating system and processor architecture
macOS-14.3-arm64-arm-64bit
Installed packages
What did you do?
What did you expect to see?
Only things that I print to the screen being printed to the screen.
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: