Adrian Rumpold
02/27/2024, 8:37 AMlakectl
config file through an env var (e.g., LAKECTL_CONFIG
) in addition to passing it through the command line? I could see that also feeding into the high-level Python SDK to facilitate config auto-discovery. If that sounds like a useful addition, I can also put together a draft PR soon.Elad Lachmi
02/27/2024, 8:59 AMAdrian Rumpold
02/27/2024, 9:01 AMlakectl
in a CI environment, where it's usually easy to mount secret credentials as files and have their path exposed as an environment variable.Adrian Rumpold
02/27/2024, 9:10 AMElad Lachmi
02/27/2024, 9:15 AMlakectl
and the SDKsNiro
02/28/2024, 5:31 PMNiro
02/28/2024, 5:32 PMLAKECTL_CREDENTIALS_ACCESS_KEY_ID=AKIAIOSFDNN7EXAMPLEQ
etc.Adrian Rumpold
02/29/2024, 7:32 AMAdrian Rumpold
02/29/2024, 7:33 AMLAKECTL_
env vars for individual settings, we end up with some sort of diverging logic between the toolsNiro
02/29/2024, 7:37 AMAdrian Rumpold
02/29/2024, 7:37 AMNiro
02/29/2024, 7:40 AMAdrian Rumpold
02/29/2024, 7:47 AMNiro
02/29/2024, 7:48 AMAdrian Rumpold
02/29/2024, 7:48 AM_LAKECTL_YAML_PATH
could benefit from being user-specified, with the ~/.lakectl.yaml
as a default?Adrian Rumpold
02/29/2024, 7:49 AMNiro
02/29/2024, 8:50 PMAdrian Rumpold
03/01/2024, 9:00 AM