, 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
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
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
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