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
google-cloud-workflows version: pip show google-cloud-workflows: Version: 0.1.0
Steps to reproduce
Try to use the function workflows_client.location_path(PROJECT, LOCATION) but you'll see a 'WorkflowsClient' object has no attribute 'location_path' error
You can use the workflows_client.workflow_path(PROJECT, LOCATION, WORKFLOW)
Environment details
python --versionpython37pip --version: pip 20.1.1google-cloud-workflowsversion:pip show google-cloud-workflows: Version: 0.1.0Steps to reproduce
workflows_client.location_path(PROJECT, LOCATION)but you'll see a'WorkflowsClient' object has no attribute 'location_path'errorworkflows_client.workflow_path(PROJECT, LOCATION, WORKFLOW)python-workflows/google/cloud/workflows_v1beta/services/workflows/client.py
Line 149 in ccddf06
common_location_pathon GitHub, but we can't use it in our program. Why?It looks like this function is only on GitHub, but not available in the latest package on pypi – 0.1.0.
Can we cut a new version of this library?
We have a branch: https://github.com/googleapis/python-workflows/tree/release-v0.2.0 and looks like there's a PR: #14
Do we just need to merge that PR?
CC: @busunkim96