Hi Team, I am using lakectl for import data from s3 bucket to lakefs. I see there is import python module is recently added. Do you have any example code for using that new import api.
lakectl command : lakectl import --from {import_source} --to {import_target}
o
Or Tzabary
04/21/2023, 1:10 PM
hey @Aapta Bhatt,
the import functionality is not implemented in the API, it’s available only in the UI and CLI.
there’s a script that @Amit Kesarwani created that does that, let me look for it.