Crunch-io / scrunch

Pythonic scripting library for cleaning data in Crunch
GNU Lesser General Public License v3.0
5 stars 6 forks source link

Support CRUNCH_API_KEY env/config var #431

Closed adblair closed 2 years ago

adblair commented 2 years ago

Currently scrunch looks for CRUNCH_USERNAME and CRUNCH_PASSWORD in the environment or config file, but as far as I understand user/pw auth is going away imminently. Please can you add support for CRUNCH_API_KEY too, so that apps using this approach to specifying auth may continue to work?

andrepedroso commented 2 years ago

+1

anderstheet commented 2 years ago

+1

AlasdairE commented 2 years ago

+1

chrisBrookes93 commented 2 years ago

+1

mrakinola commented 2 years ago

+1

anderstheet commented 2 years ago

This has been fixed in 0.12.0. Can you confirm @adblair ? :)

adblair commented 2 years ago

@anderstheet Yes, CRUNCH_API_KEY works with 0.12.0, thanks!