Re: Join a meeting to help coordinate implementing a Dask Runner for Beam

2022-06-21 Thread Austin Bennett
Looks/Sounds great! On Tue, Jun 21, 2022 at 11:06 AM Alex Merose wrote: > We had a great meeting last week on this topic! Here is a proposal / > meeting notes doc: > > https://docs.google.com/document/d/1Awj_eNmH-WRSte3bKcCcUlQDiZ5mMKmCO_xV-mHWAak/edit#heading=h.y0pwg4polebc > > Tomorrow, anothe

Flaky test issue report (56)

2022-06-21 Thread beamactions
This is your daily summary of Beam's current flaky tests. These are P1 issues because they have a major negative impact on the community and make it hard to determine the quality of the software. https://api.github.com/repos/apache/beam/issues/21714: PulsarIOTest.testReadFromSimpleTopic i

P1 issues report (71)

2022-06-21 Thread beamactions
This is your daily summary of Beam's current P1 issues, not including flaky tests. See https://beam.apache.org/contribute/issue-priorities/#p1-critical for the meaning and expectations around P1 issues. https://api.github.com/repos/apache/beam/issues/21946: [Bug]: No way to read or write

P0 issues report (2)

2022-06-21 Thread beamactions
This is your daily summary of Beam's current P0 issues, not including flaky tests. See https://beam.apache.org/contribute/issue-priorities/#p0-outage for the meaning and expectations around P0 issues. https://api.github.com/repos/apache/beam/issues/21948: [Bug]: KinesisIO javadoc is no l

Re: Write data to Jdbc from BigQueryIO | Issue

2022-06-21 Thread Ravi Kapoor
Hello Team, Has anyone aware of this problem? Thanks, Ravi On Sun, Jun 19, 2022 at 10:59 PM Ravi Kapoor wrote: > Hi Team > > I am trying writing a PCollection from BQ with Schema as > > > *final Schema schema = > Schema.builder().addInt64Field("user_id").addStringField("user_name").build();* >