feature: MinIO Data Lake Writer (Parquet, Partitioned)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public sealed record AlertRow(
|
||||
string AlertId,
|
||||
string EncounterId,
|
||||
string PatientId,
|
||||
string AlertType,
|
||||
string Severity,
|
||||
string Details,
|
||||
string TriggeredAt,
|
||||
int KafkaPartition,
|
||||
long KafkaOffset
|
||||
);
|
||||
Reference in New Issue
Block a user