-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix how to handle env vars on examples #70
Conversation
Going to apply the same workflow to the rest of examples |
@alrocar, before merging this fix to the examples... do you think there's anything we need to do? like tagging or deploying this to |
Merge and I'll take care. Next time I'll write a document with the steps for publishing a new version:
Thanks! |
…-python into fix-env-vars-in-examples
@alrocar added those changes, please review 😄 |
🇪🇸 |
added a line to the |
When running examples you are forced to set up environment variables so the arguments parsing is not meaningful. Review the way I'm proposing to handle this (there are other ways) and if you agree, please apply the same workflow to the rest of the examples so they can be run passing the credentials as parameters.