This repository was archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Release google-cloud-workflows 0.2.0. Missing workflows_client.location_path #21
Copy link
Copy link
Closed
Labels
api: workflowsIssues related to the googleapis/python-workflows API.Issues related to the googleapis/python-workflows API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Environment details
- OS type and version: OSX
- Python version:
python --versionpython37 - pip version:
pip --version: pip 20.1.1 google-cloud-workflowsversion: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)def workflow_path(project: str, location: str, workflow: str,) -> str: - Observe there's a
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
Metadata
Metadata
Assignees
Labels
api: workflowsIssues related to the googleapis/python-workflows API.Issues related to the googleapis/python-workflows API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.