Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
482 stars 219 forks source link

Deprecated API Calls #122

Closed charton11 closed 1 year ago

charton11 commented 1 year ago

Hey, I love the code that has been released and it works great. I was wondering if the deprecation of v1 API calls to Snowflake will break this code? I have seen where you make the calls, and very soon these calls will not be valid.

Has anyone else seen this or been worried about these coming changes? I may be completely off base, but I wanted to bring it up and see.

Thanks, Christopher

sfc-gh-jhansen commented 1 year ago

Hey there @charton11, I assume that you're asking about the Snowflake REST API feature, and no that has no impact on schemachange. schemachange uses the Snowflake Python connector not the new REST API reature.