-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/google-cloud: Running Google Cloud Dataflow jobs #13537
provider/google-cloud: Running Google Cloud Dataflow jobs #13537
Comments
Thanks for filing this, @dasch! We'd love to see support for this, but it's not something that the GCP maintainers are going to be able to get to in the immediate future. We're happy to review PRs if you (or anyone else reading this) want to take a stab at it, otherwise user interest (most helpfully expressed by 👍 -ing the issue) will help us prioritize the features with the most demand from the community. |
OK, I'll see what I can do. I've got to learn Go first, though... |
@danawillow I've added a PR here: #14174 |
@danawillow I'm not quite sure how to proceed now... |
Are you talking about the closed issue? If so, issues were moved over to https://github.com/terraform-providers/terraform-provider-google automatically. I don't think they've moved PRs over yet. In the meantime, you can continue working on this as you were before (as long as you don't merge/rebase onto master). If it's ready to merge and we still haven't heard about what to do, we can just move it over manually. |
@danawillow unfortunately I've moved on to other things and so probably won't have time to continue working on this. I hope someone else can take over the code and move it along. |
Ok, thanks for the update! I should be able to take it from here some point soon. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
There's an API for running templated Google Cloud Dataflow jobs: https://cloud.google.com/dataflow/docs/templates/executing-templates
It's also possible to update and cancel these from the API.
The text was updated successfully, but these errors were encountered: