How to share spring context with apache beam tranform?

2022-05-19 Thread Rahul Ranjan
Hi All, Can Transform use the spring JPA repository to fetch the data from the database? How to share spring context with each transform in apache beam. Regards, Rahul R Developer

Re: BEAM-14479 Dependency license questions

2022-05-19 Thread Kamil Bregula
Optional components have less strict rules. See: "YOU MAY RELY ON THEM WHEN THEY SUPPORT AN OPTIONAL FEATURE" question in FAQ: https://www.apache.org/legal/resolved.html#optional On Wed, May 18, 2022 at 10:36 PM Dennis Brinley wrote: > I am currently developing an IO that I would like to submit

Re: BEAM-14479 Dependency license questions

2022-05-19 Thread Alexey Romanenko
+ JBO, Davor, Kenn IIRC, basically, it should be fine if we don’t distribute such artifacts, but I believe it would be better to consider the list of such dependencies and their licences for this case because it can be many nuances there. — Alexey > On 19 May 2022, at 15:33, Kamil Bregula w

[GitHub] [beam-site] y1chi closed pull request #628: Publish 2.39.0 release

2022-05-19 Thread GitBox
y1chi closed pull request #628: Publish 2.39.0 release URL: https://github.com/apache/beam-site/pull/628 -- 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. To unsubscribe, e-mail:

Beam Dependency Check Report (2022-05-18)

2022-05-19 Thread Apache Jenkins Server
High Priority Dependency Updates Of Beam Python SDK: Dependency Name Current Version Latest Version Release Date Of the Current Used Version Release Date Of The Latest Release JIRA Issue cachetools 4.2.4 5.1.0 2021-12-27

Flaky test issue report (57)

2022-05-19 Thread Beam Jira Bot
This is your daily summary of Beam's current flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20labels%20%3D%20flake) These are P1 issues because they have a major negative impact on the community and make it hard to determin

P1 issues report (81)

2022-05-19 Thread Beam Jira Bot
This is your daily summary of Beam's current P1 issues, not including flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20priority%20%3D%20P1%20AND%20(labels%20is%20EMPTY%20OR%20labels%20!%3D%20flake). See https://beam.apache.

Re: Boundedness of periodic impulse transform

2022-05-19 Thread Robert Burke
As the Go SDK has recently achieved Process continuations for 2.40, the Go Perspective is that Periodic Impulse seems like its unbounded by definition. Bounded PCollections generally imply: all configured data is available *now* and could be consumed & processed in a single bundle (or multiple if

Re: Boundedness of periodic impulse transform

2022-05-19 Thread Robert Burke
The doc (which wasn't linked in https://s.apache.org/beam-design-docs, but is now) doesn't actually definitely that PeriodicImpulse is bounded or not. Only that conceptually it can trigger what would be a bounded read pre-wrapped in an appropriate fixed window. This combined with ProcessContinuati