MeltanoLabs / tap-snowflake

Other
4 stars 9 forks source link

chore: Upstream breaking changes to SQLConnector - please pin sdk #16

Closed qbatten closed 1 year ago

qbatten commented 1 year ago

This PR https://github.com/meltano/sdk/pull/1394 makes some small breaking changes to SQLConnector.

Recommendation: Pin the SDK <=0.19.0 in your pyproject.toml. Looks like you're currently pulling in from main, which will allow updates to happen automatically past 0.19.0; I'd recommend altering that spec to <=0.19.0.

Please take a look at the PR description for a deeper discussion. Here is a summary of what's changed.

Overview:

Specific code changes:

Suggestions: