Just created https://github.com/apache/beam/pull/29969
On Mon, Jan 8, 2024 at 2:49 PM Robert Bradshaw wrote:
>
> This does appear to be a significant missing feature. I'll try to make
> sure something easier gets in by the next release. See also below.
>
> On Mon, Jan 8, 2024 at 11:30 AM Ferran F
This does appear to be a significant missing feature. I'll try to make
sure something easier gets in by the next release. See also below.
On Mon, Jan 8, 2024 at 11:30 AM Ferran Fernández Garrido
wrote:
>
> Hi Yarden,
>
> Since it's a bounded source you could try with Sql transformation
> grouping
Hi Yarden,
Since it's a bounded source you could try with Sql transformation
grouping by the timestamp column. Here are some examples of grouping:
https://github.com/apache/beam/tree/master/sdks/python/apache_beam/yaml
However, if you want to add a timestamp column in addition to the
original CS