https://lakefs.io/ logo
#help
Title
h

HT

05/30/2023, 9:19 AM
Can the lakefs_client (python SDK) use the
lakectl
config file (
~/.lakectl.yaml
) ? A bit like AWS CLI and boto, both by default use the
~/.aws
configuration ? In the doc, I only see defining auth in the code itself : https://docs.lakefs.io/integrations/python.html#initializing and https://pypi.org/project/lakefs-client/#installation--usage
g

Guy Hardonag

05/30/2023, 9:34 AM
Hi @HT. The lakeFS python client is a generated client and currently there is no option to use any external configuration (such as an env file or env var). This functionality sounds like a great addition to our python client, can you please open an issue and we will look into it 🙏
h

HT

05/30/2023, 9:41 AM