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
fix(workflows): Fix Quickstart for Cloud Client (#13063)
* fix(workflows): Fix Quickstart for Cloud Client
- Add __main__ to call execute_workflow() when running `python main.py`
- Remove redundant default arguments LOCATION and WORKFLOW_ID (as we have them in main.py and main_test.py as constants)
- Apply style recomendations to pass linter check.
* fix(workflows): fix blank line with whitespace
* fix(workflows): add default values for environment variables
To be compatible with documentation in https://cloud.google.com/workflows/docs/execute-workflow-client-libraries#run_the_sample
0 commit comments