delta-io/connectors

Flink/Delta Sink can't write to GCP

scottsand-db opened this issue · 1 comments

As stated in the flink README.md's Known Limitations section, the latest Flink/Delta Sink version (0.5.0) only supports reading from GCP. Writing to GCP Object Storage is not supported. This is due to Flink not supporting recoverable writes to GCS, which was added in Flink 1.15

We should consider upgrading to Flink 1.15, or somehow backporting this change to our current connector.