HGInsights / avalanche

Avalanche is an Elixir Snowflake Connector built on top of the Snowflake SQL API v2.
Apache License 2.0
17 stars 4 forks source link

Pin Req version to 0.3.1 #31

Closed andrew-combs closed 1 year ago

andrew-combs commented 1 year ago

A change in Req (commit a9df5fb6) tracks which request steps have been run so they are not run a second time. This causes get_partitions to fail, because we rely on the previous Request struct when creating the actual request calls when fetching partitions.

This PR pins the req dependency to 0.3.1 until we can appropriately re-create a Request struct in the get_partitions step.

hgdeploy commented 1 year ago

:tada: This PR is included in version 0.11.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: