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
Update the python scripts used for quick start and how-to guides to prioritize arguments over environment variables. Currently the env is preferred over the argument - e.g. tenant_id = os.environ.get("TENANT") or opts_dict['-t'].
The text was updated successfully, but these errors were encountered:
dimitar-dimitrow
changed the title
Update the python scripts to prioritize arguments over envorement variables
Update the python scripts to prioritize arguments over environment variables
Dec 15, 2023
Update the python scripts used for quick start and how-to guides to prioritize arguments over environment variables. Currently the env is preferred over the argument - e.g.
tenant_id = os.environ.get("TENANT") or opts_dict['-t']
.The text was updated successfully, but these errors were encountered: