Oliver Henlich created BEAM-7916:
------------------------------------
Summary: Change ElasticsearchIO query parameter to be a
ValueProvider
Key: BEAM-7916
URL: https://issues.apache.org/jira/browse/BEAM-7916
Project: Beam
Issue Type: Improvement
Components: io-java-elasticsearch
Affects Versions: 2.14.0
Reporter: Oliver Henlich
We need to be able to perform Elasticsearch queries that are dynamic. The
problem is {{ElasticsearchIO.read().withQuery()}} only accepts a string which
means the query must be known when the pipleline/Google Dataflow Template is
built.
It would be great if we could change the parameter on the {{withQuery()}}
method from {{String}} to {{ValueProvider<String>}}.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)