-
Notifications
You must be signed in to change notification settings - Fork 16.3k
reformat add proxy support commit #60432
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
base: main
Are you sure you want to change the base?
Conversation
|
Reformatting of previous merge which was closed without being added |
|
New merge request should resolve previous static errors and issue with using conn_params = hook._get_conn_params not conn_params = hook._get_conn_params() |
…dj3/airflow into snowflake-proxy-support
|
somehow managed to only delete one of two trailing spaces on line 439 :| |
|
@potiuk can you review out this request when you get the chance? Reasonably simple change to add proxy support to the snowflake hook but if you have any suggestions let me know |
This change enables users to configure proxy settings directly in Snowflake connections via extra parameters instead of relying solely on system environment variables, providing better isolation and control.
What changes:
Why:
Tests:
Closes: #59078