You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Client.from_config_file_and_env(profile_name='my_very_own_profile')
where the profile has api_url different from the default in the config.yaml file, it still picks up the default URL even if this one is not defined in the config.yaml file and not the api_url as stated in the profile.
When using Client.from_config_file_and_env(profile_name='my_very_own_profile')
where the profile has
api_url
different from the default in the config.yaml file, it still picks up the default URL even if this one is not defined in the config.yaml file and not theapi_url
as stated in the profile.Here is an example :
using following profile :
Doing :
The text was updated successfully, but these errors were encountered: