looker-open-source / henry

A command line tool for Looker instance cleanup
MIT License
79 stars 27 forks source link

Cannot Authenticate with Environment Variables #73

Open bkennedy04 opened 9 months ago

bkennedy04 commented 9 months ago

According to the README, henry supports authentication with either a config file (looker.ini) or environment variables as documented here. However, when setting environment variables I still get the error: looker_sdk.error.SDKError: Missing required configuration value: base_url

It looks like this is due to henry passing a default config file to the looker sdk, though the file does not exist.