[
https://issues.apache.org/jira/browse/BEAM-7916?focusedWorklogId=293442&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-293442
]
ASF GitHub Bot logged work on BEAM-7916:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Aug/19 22:26
Start Date: 12/Aug/19 22:26
Worklog Time Spent: 10m
Work Description: oliverhenlich commented on issue #9285: [BEAM-7916] Add
ElasticsearchIO query parameter to take a ValueProvider
URL: https://github.com/apache/beam/pull/9285#issuecomment-520618091
Hi @aromanenko-dev, sorry for the delay! Just got back to this. It looks
like you've already taken care of this with PR:
https://github.com/apache/beam/pull/9305 and
https://github.com/apache/beam/pull/9314. Do I still need to do something?
What version would this fix then appear in 2.15?
PS: I noticed the last PR https://github.com/apache/beam/pull/9314 is
failing but I don't think it has anything to do with my change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 293442)
Time Spent: 2.5h (was: 2h 20m)
> Add ElasticsearchIO query parameter to take 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
> Assignee: Alexey Romanenko
> Priority: Major
> Fix For: 2.16.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> 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>}}.
> Pull request: https://github.com/apache/beam/pull/9285
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)