Open arielshaqed opened 16 hours ago
test/spark/run-test.py still uses the legacy Python lakefs_client for setup. Given that it's deprecated, this is embarrassing and a tech debt. Update it to use the HL SDK lakefs, or at leask lakefs_sdk.
lakefs_client
lakefs
lakefs_sdk
If you're looking for a small issue (1 day!) to help you understand lakeFSFS integration testing...
test/spark/run-test.py still uses the legacy Python
lakefs_client
for setup. Given that it's deprecated, this is embarrassing and a tech debt. Update it to use the HL SDKlakefs
, or at leasklakefs_sdk
.