Skip to content
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

fix: Fix browser authentication #53

Conversation

dlouseiro
Copy link
Contributor

As I reported here, when one uses browser authentication, the Snowflake connector sends some authentication messages to stdout, causing the discovery process (or any other process after this) to fail as singer expects the stdout to be "clean", only with singer messages.

In order to work around the issue, I used the workaround suggested by @edgarrmondragon here, redirecting these stdout authentication messages to stderr.

@dlouseiro dlouseiro changed the title Fix browser authentication fix: Fix browser authentication Feb 13, 2025
@edgarrmondragon edgarrmondragon self-assigned this Feb 13, 2025
@edgarrmondragon edgarrmondragon self-requested a review February 13, 2025 18:18
Copy link
Member

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dlouseiro!

@edgarrmondragon edgarrmondragon merged commit 06a13d2 into MeltanoLabs:main Feb 13, 2025
1 of 2 checks passed
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.

2 participants