You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, Apache Beam on Google Dataflow doesn't provide functionality to pass custom labels and metadata on VM instances that serve Dataflow job. Only labels on Job is available.
Actually com.google.api.services.dataflow.model.WorkerPool alredy has the field metadata but metod setMetadata never using.
Need to add functionality to provide custom labels and metadata on VM instances via running Dataflow job on Google cloud.
Imported from Jira BEAM-6832. Original Jira may contain additional context.
Reported by: alex3.14.
The text was updated successfully, but these errors were encountered:
For now, Apache Beam on Google Dataflow doesn't provide functionality to pass custom labels and metadata on VM instances that serve Dataflow job. Only labels on Job is available.
Actually com.google.api.services.dataflow.model.WorkerPool alredy has the field metadata but metod setMetadata never using.
Need to add functionality to provide custom labels and metadata on VM instances via running Dataflow job on Google cloud.
Imported from Jira BEAM-6832. Original Jira may contain additional context.
Reported by: alex3.14.
The text was updated successfully, but these errors were encountered: