We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This has come up a few times and the request is for a transactionally consistent upload to snowflake.
This seems like a fairly easy lift.
Snowflake has a Golang Driver: https://docs.snowflake.com/en/developer-guide/golang/go-driver And for testing, while snowflake doesn't have a local install, it looks like localstack does: https://blog.localstack.cloud/2024-05-22-introducing-localstack-for-snowflake/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This has come up a few times and the request is for a transactionally consistent upload to snowflake.
This seems like a fairly easy lift.
Snowflake has a Golang Driver: https://docs.snowflake.com/en/developer-guide/golang/go-driver
And for testing, while snowflake doesn't have a local install, it looks like localstack does: https://blog.localstack.cloud/2024-05-22-introducing-localstack-for-snowflake/
The text was updated successfully, but these errors were encountered: