Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Add jobs client and types #64

Closed
mharrisb1 opened this issue Oct 24, 2022 · 0 comments · Fixed by #65
Closed

Add jobs client and types #64

mharrisb1 opened this issue Oct 24, 2022 · 0 comments · Fixed by #65
Labels
api: run Issues related to the googleapis/python-run API.

Comments

@mharrisb1
Copy link

mharrisb1 commented Oct 24, 2022

Is your feature request related to a problem? Please describe.

Kind of. I saw the linked discovery API workaround in #23 but having jobs support in this library would be ideal. Currently looking to implement Cloud Run Jobs operator in Airflow (see apache/airflow#24730). This would be helpful for Cloud Composer customers (and others that use GCP) as a simpler alternative to KubernetesPodOperator.

Implementing this operator would be easier if I could use the same approach as other GCP operators (see link) where I would use the type from pb (see link) in the operator constructor (see link).

Describe the solution you'd like

Add Job and Execution types and clients to this library.

@product-auto-label product-auto-label bot added the api: run Issues related to the googleapis/python-run API. label Oct 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: run Issues related to the googleapis/python-run API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant