Skip to content

The managed Apache Flink service on the LakeSail platform is deprecated.

LakeSail is building Sail, an open-source computation framework in Rust to seamlessly integrate stream-processing, batch-processing, and compute-intensive (AI) workloads. The LakeSail platform will offer the managed solution for Sail. Existing PySpark and Flink SQL workloads can be migrated with ease. Please stay tuned and contact us if you are interested!

ResourceDescriptor

An identifier that uniquely identifies a resource with its type. Valid values include organization:<id>, workspace:<id>, service-account:<id>, and user:<id>, where <id> is the resource ID for an organization, a workspace, a service account, or a user, respectively.

Syntax

json
"string"

Type Definition

  • Type string
  • Minimum Length 1
  • Maximum Length 255
  • Pattern ^[a-z-]+:[A-Z0-9]+$