Cristian Caloian
10/24/2022, 9:16 AMlatest
version I see that the lakefs import
from inventory file is not available anymore. I do see the functionality available in v0.83
. Is this feature being dropped?Ariel Shaqed (Scolnicov)
10/24/2022, 9:39 AMCristian Caloian
10/24/2022, 9:46 AMlakefs import
. Our usecase was uploading data from an S3 bucket on a rolling basis (data is being dumped to S3 by a different service which we don’t control), and in that sense the inventory was convenient, especially when the number of items grows. Do you have a suggestion that would work well in this scenario?Ariel Shaqed (Scolnicov)
10/24/2022, 9:49 AMItai Admi
10/24/2022, 10:04 AMOz Katz
10/24/2022, 12:19 PMlakectl
- feel free to comment and discuss: https://github.com/treeverse/lakeFS/issues/4450Cristian Caloian
10/24/2022, 1:54 PMI guess that you look for a programatic solution, i.e. doing that through the UI daily is not feasible, right?That is correct! Using an inventory was convenient in the sense that I could only import new data added to the bucket since the last import without listing all the items. At least that was my understanding.