Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP Cloud Run Operator? #31447

Closed
2 tasks done
brucearctor opened this issue May 21, 2023 · 4 comments
Closed
2 tasks done

GCP Cloud Run Operator? #31447

brucearctor opened this issue May 21, 2023 · 4 comments
Labels
duplicate Issue that is duplicated kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet

Comments

@brucearctor
Copy link

Description

There is a great Operator for Cloud Functions: https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/functions.html

But, if needing a bit more compute/control than the functions runtime supports, utilizing Cloud Run could be ideal.

Use case/motivation

Looking to be able to trigger Cloud Run jobs from Airflow akin to Cloud Functions [ when needing to compute slightly larger things that don't work with Functions ].

Related issues

I did not see any related issues.

Hoping for some comment on whether this would be welcomed. If nobody else would address, but would be a welcomed contribution, then I am happy to dig into contributing.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@brucearctor brucearctor added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels May 21, 2023
@boring-cyborg
Copy link

boring-cyborg bot commented May 21, 2023

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@eladkal
Copy link
Contributor

eladkal commented May 21, 2023

Duplicate of #24730

@eladkal eladkal marked this as a duplicate of #24730 May 21, 2023
@eladkal eladkal closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2023
@eladkal eladkal added the duplicate Issue that is duplicated label May 21, 2023
@eladkal
Copy link
Contributor

eladkal commented May 21, 2023

feel free to help with reviewing #28525 which aims to add the requested functionality

@brucearctor
Copy link
Author

Hi @eladkal -- are you sure that this is a duplicate, and that #28525 addresses this? It appears both are about CloudRunJobs [ https://cloud.google.com/run/docs/create-jobs ] which is related albeit different from Cloud Run [ https://cloud.google.com/run/docs/overview/what-is-cloud-run ]? From what I recall about CloudRunJobs [ has been awhile, but I opted to not bother using ], it can be used for jobs, but is more specialized in what it can do [ read: less flexible ] than Cloud Run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue that is duplicated kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet
Projects
None yet
Development

No branches or pull requests

2 participants