-
Notifications
You must be signed in to change notification settings - Fork 6
The location option of launchFlexTemplate is not working #19
Comments
We've identified similar issues in other repos and have escalated this to the API service team since it's not a language-specific library issue. Here are the related issues:
Marking this as a P1 bug w/ |
I couldn't find an existing issue in the Google Issue Tracker so I created one here. I suggest starring this issue to anyone else that runs across this problem, hopefully it will get some attention from Google soon. |
I think we solved the problem, now we have to test! https://github.com/googleapis/nodejs-dataflow/pull/44 |
This does appear to have been rolled out, at least in the Node.js libraries, in #44 — can someone in this thread (@rafaeldl or @bbhoss or @holyshared) confirm if this is working for you now? |
@meredithslota I'm waiting for the release 1.2.0 #45 . But it lacks some approval for the release. :( |
Thanks for flagging that — I requested a review and it looks like it's gone through now. Can you check with the latest version? |
@rafaeldl Can you see if the issue is resolved for you with the latest version of the library? It's been released. We're seeing success in other libraries (e.g. this appears fixed in the Python client) just want to validate the Node.js client is working as expected now as well. Thanks! |
We are pretty confident that this is nearly fully resolved (another related issue was just fixed: googleapis/gapic-generator-typescript#1133 and should be rolling out shortly) and just needs to make its way into this library. Should happen shortly. |
The fix has been merged on PR googleapis/gapic-generator-typescript#1130 and it should be available on release 2.14.3 or later. I'm closing this, but please re-open if the issue still persists. |
The location option of launchFlexTemplate is not working
I created a dataflow job with asia-northeast1 as the location of the launchFlexTemplate.
However, the job region becomes us-central1.
The code I'm trying is below.
Environment details
@google-cloud/dataflow
version: 1.0.2The text was updated successfully, but these errors were encountered: