Category "hydra-python"

Python Hydra configuration for different environments

Background I currently have a script which does some API data gathering. The script is deployed to two environments, test and user. Each environment has differe

How to get a Hydra config without using @hydra.main()

Let's say we have following setup (copied & shortened from the Hydra docs): Configuration file: config.yaml db: driver: mysql user: omry pass: secre