Re: Using data classes in pyflink

2025-01-16 Thread Dian Fu
, 2025 at 11:26 PM > To: user@flink.apache.org > Subject: Using data classes in pyflink > > Hi, > > > > I'm trying to understand how to use python classes in flink DataStream > pipelines. I'm using python 3.11 and flink 1.19. > > I've tried runni

Re: Using data classes in pyflink

2025-01-13 Thread Pavel Dmitriev
ect: Using data classes in pyflink Hi, I'm trying to understand how to use python classes in flink DataStream pipelines. I'm using python 3.11 and flink 1.19. I've tried running a few simple programs and require some guidance. Here's the first example: from dataclasses import

Re: Using data classes in pyflink

2025-01-13 Thread Nikola Milutinovic
is that possible, you will need to investigate. Nix. From: Oleksii Sh Date: Friday, January 10, 2025 at 11:26 PM To: user@flink.apache.org Subject: Using data classes in pyflink Hi, I'm trying to understand how to use python classes in flink DataStream pipelines. I'm using pytho

Using data classes in pyflink

2025-01-10 Thread Oleksii Sh
Hi, I'm trying to understand how to use python classes in flink DataStream pipelines. I'm using python 3.11 and flink 1.19. I've tried running a few simple programs and require some guidance. Here's the first example: from dataclasses import dataclass from pyflink.common import Configuration