databrickslabs / remorph

Accelerates migrations to Databricks by automating code conversion and migration validation
Other
47 stars 31 forks source link

Constrain the Databricks SDK: version 0.37.0 introduced breaking changes which affect our tests #1213

Closed asnare closed 1 week ago

asnare commented 1 week ago

This PR updates the project dependencies to not use version 0.37.0 (or later) of the Databricks SDK: it introduced some breaking changes that affect our unit tests.

This is intended to be a temporary fix to unblock CI and new installations; these install the latest version.

github-actions[bot] commented 1 week ago

Coverage tests results

448 tests  ±0   414 ✅ ±0   4s ⏱️ ±0s   6 suites ±0    34 💤 ±0    6 files   ±0     0 ❌ ±0 

Results for commit c9489aea. ± Comparison against base commit d4ad0cd2.

asnare commented 1 week ago

Closing pending a better understanding of the problem.