Alexey Shchedrin
12/05/2023, 2:16 PMAlexey Shchedrin
12/05/2023, 2:16 PMAlexey Shchedrin
12/05/2023, 2:18 PMAlexey Shchedrin
12/05/2023, 2:27 PMDanut Prisacaru
12/07/2023, 10:07 PMAriel Shaqed (Scolnicov)
12/10/2023, 11:18 AMTal Sofer
12/11/2023, 1:59 PMlakectl local
and ran into a problem during branch checkout -
I first cloned my repo with -
lakectl local clone <lakefs://tal-samples/main/>
Then, I created branch b1 on my repo, and tried to track it locally with
lakectl local checkout . --ref b1
I’m getting the following error
ref malformed lakefs URI
Error executing command.
Can you please help understanding the problem?Florentino Sainz
12/13/2023, 12:12 PMlakefs/templates/fluffy-deployment.yaml: error converting YAML to JSON: yaml: line 85: did not find expected '-' indicator (sadly I can't see the fluffy-deployment.yaml :disappointed: )
Adrian Rumpold
12/14/2023, 8:48 AMGiuseppe Barbieri
12/20/2023, 12:12 PMEmil Ingerslev
01/04/2024, 11:51 AMEldar Sehayek
01/05/2024, 12:32 AMjwshin
01/05/2024, 6:00 AM唐治喜
01/07/2024, 1:27 PMYaphet Kebede
01/10/2024, 3:43 PMblockstore:
type: s3
s3:
endpoint: "<https://na-s3.somehost.com/bucket>"
discover_bucket_region: false
credentials:
access_key_id: "######"
secret_access_key: "########"
the s3 bucket interface i am using is the following (https://docs.netapp.com/us-en/ontap/s3-config/ontap-s3-supported-actions-reference.html#bucket-operations)
I was wondering if anyone here is using netapp s3 buckets as storage backend for lakefs?
I was getting errors like this when i was using it
error="operation error S3: GetObject, https response error StatusCode: 501, RequestID: , HostID: , api error NotImplemented: A header or query you provided implies functionality that is not implemented."
which i believe is coming from my netapp s3 instance, but was wondering what headers were being sent by lakefs ?Nacho Corcuera
01/11/2024, 9:45 AMGiuseppe Barbieri
01/11/2024, 10:47 AMLAKEFS_AUTH_ENCRYPT_SECRET_KEY
useful for? Should be random generated?Giuseppe Barbieri
01/12/2024, 10:21 AMpodman run \
--name lakefs2 \
...
<http://docker.io/treeverse/lakefs:latest|docker.io/treeverse/lakefs:latest> run
launch lakeFS 1.3.1, browsing to the web server at 8000, it notifies a new version available, which will forward me to the Github page where I can see the latest being 1.7.0
How can I get that?Sam Carter
01/13/2024, 11:40 AMlakectl local checkout/clone
Can a lakeFS repository contain another (or multiple) lakefs repository, tracked with the *.yaml
file generated by lakectl local checkout/clone
? I'm looking for a way a repository can "require" other repositories, Similar to a git submodule
. See the rough attached mermaid diagram for what I'm trying to achieve.
This is because I make 3D animations. A 3d model asset often requires a model, which requires a model, which requires a model, and so on. A whole scene typically contains tens or hundreds of models like this, so a dependency tree of models grows.
Why can't you use just one repository:
I think it is the case that when creating a repository (A), it can contain any set of objects from your object storage (minio in my case) including all the objects from some other repository (B), but not the knowledge that the objects in B make up a repository called B.
But next, if you separately update the objects in repo B (check it out > update some files > commit back to B), will A get the updated objects? If my understanding is correct, the answer is no. A would retain the versions it originally pointed to (not my desired behaviour). Leading to the original question above...
It is "not my desired behaviour" because (again, if my understanding is correct) in order to update A with a new set of objects from B without knowing that those objects are a collection making up a repository called B, I would have to manually request each object be updated to a new version individually, which would mean manually keeping lists of what objects represented some "module" that I would like to depend on.Ion
01/17/2024, 3:52 PMIon
01/17/2024, 3:54 PMGiuseppe Barbieri
01/18/2024, 5:51 PMGiuseppe Barbieri
01/18/2024, 5:52 PM唐治喜
01/22/2024, 1:40 PMmohamed islam
01/22/2024, 4:36 PMGiuseppe Barbieri
01/24/2024, 11:25 AMLior Resisi
01/28/2024, 3:08 PMBill Li
01/30/2024, 9:11 PMSelva
02/01/2024, 2:33 PM