You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is not a problem but it is better to delegate connection logic to the snowflake python connector instead of implementing elaborate connection logic in schemachange code base.
Describe the solution you'd like
Build a breaking change release 4.0 that leverages all connection options provided by snowflake python connector and use the connector library's exception handling propogated to schemachange output.
Describe alternatives you've considered
Have not considered other alternatives.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is not a problem but it is better to delegate connection logic to the snowflake python connector instead of implementing elaborate connection logic in schemachange code base.
Describe the solution you'd like
Build a breaking change release 4.0 that leverages all connection options provided by snowflake python connector and use the connector library's exception handling propogated to schemachange output.
Describe alternatives you've considered
Have not considered other alternatives.
Additional context
N/A
The text was updated successfully, but these errors were encountered: