Assigned
Status Update
Comments
pu...@google.com <pu...@google.com>
ar...@google.com <ar...@google.com> #2
This feature request has been forwarded to the Data Fusion engineering team so that they may evaluate it. Note that there are no ETAs or guarantees of implementation for feature requests. All communication regarding this feature request is to be done here.
ar...@google.com <ar...@google.com> #3
Struct support is being prioritized and can be tracked in open source by https://issues.cask.co/browse/CDAP-15349 .
Description
Problem you have encountered:
We use a google cloud function to launch a template via:https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.locations.templates/launch
We wanted to add a staging location to the request via the dynamicTemplate with this layout:
But the logging returns the following error:
TypeError: Got an unexpected keyword argument "dynamicTemplate"
Without the dynamicTemplate everything runs without a problem. We also tried to add the dynamicTemplate in the body, but that would not work either.. Does anybody know how to set up the dynamicTemplate?
What you expected to happen: We expected the template to launch with the added staging location