Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Release google-cloud-workflows 0.2.0. Missing workflows_client.location_path #21

@grant

Description

@grant

Environment details

  • OS type and version: OSX
  • Python version: python --version python37
  • pip version: pip --version: pip 20.1.1
  • google-cloud-workflows version: pip show google-cloud-workflows: Version: 0.1.0

Steps to reproduce

  1. Try to use the function workflows_client.location_path(PROJECT, LOCATION) but you'll see a 'WorkflowsClient' object has no attribute 'location_path' error
  2. You can use the workflows_client.workflow_path(PROJECT, LOCATION, WORKFLOW)
    def workflow_path(project: str, location: str, workflow: str,) -> str:
  3. Observe there's a common_location_path on 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.type: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions