Pipelines
[DEPRECATED] List Pipelines
[DEPRECATED] Get Pipeline
[DEPRECATED] Create Pipeline
[DEPRECATED] Update Pipeline
[DEPRECATED] Delete Pipeline
List Pipelines
Get Pipeline Details
Create Pipeline
Delete Pipeline
Validate SQL
ModelsExpand Collapse
class PipelineListResponse: …
results: List[Result]
destination: ResultDestination
class PipelineGetResponse: …[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.
[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.
destination: Destination
class PipelineCreateResponse: …[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.
[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.
destination: Destination
class PipelineUpdateResponse: …[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.
[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.
destination: Destination
PipelinesSinks
List Sinks
Get Sink Details
Create Sink
Delete Sink
ModelsExpand Collapse
class SinkListResponse: …
config: Optional[Config]Defines the configuration of the R2 Sink.
Defines the configuration of the R2 Sink.
class ConfigCloudflarePipelinesR2TablePublic: …R2 Sink public configuration.
R2 Sink public configuration.
file_naming: Optional[ConfigCloudflarePipelinesR2TablePublicFileNaming]Controls filename prefix/suffix and strategy.
Controls filename prefix/suffix and strategy.
partitioning: Optional[ConfigCloudflarePipelinesR2TablePublicPartitioning]Data-layout partitioning for sinks.
Data-layout partitioning for sinks.
rolling_policy: Optional[ConfigCloudflarePipelinesR2TablePublicRollingPolicy]Rolling policy for file sinks (when & why to close a file and open a new one).
Rolling policy for file sinks (when & why to close a file and open a new one).
class ConfigCloudflarePipelinesR2DataCatalogTablePublic: …R2 Data Catalog Sink public configuration.
R2 Data Catalog Sink public configuration.
rolling_policy: Optional[ConfigCloudflarePipelinesR2DataCatalogTablePublicRollingPolicy]Rolling policy for file sinks (when & why to close a file and open a new one).
Rolling policy for file sinks (when & why to close a file and open a new one).
format: Optional[Format]Defines the output data format of a sink.
Defines the output data format of a sink.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.
class SinkGetResponse: …
config: Optional[Config]Defines the configuration of the R2 Sink.
Defines the configuration of the R2 Sink.
class ConfigCloudflarePipelinesR2TablePublic: …R2 Sink public configuration.
R2 Sink public configuration.
file_naming: Optional[ConfigCloudflarePipelinesR2TablePublicFileNaming]Controls filename prefix/suffix and strategy.
Controls filename prefix/suffix and strategy.
partitioning: Optional[ConfigCloudflarePipelinesR2TablePublicPartitioning]Data-layout partitioning for sinks.
Data-layout partitioning for sinks.
rolling_policy: Optional[ConfigCloudflarePipelinesR2TablePublicRollingPolicy]Rolling policy for file sinks (when & why to close a file and open a new one).
Rolling policy for file sinks (when & why to close a file and open a new one).
class ConfigCloudflarePipelinesR2DataCatalogTablePublic: …R2 Data Catalog Sink public configuration.
R2 Data Catalog Sink public configuration.
rolling_policy: Optional[ConfigCloudflarePipelinesR2DataCatalogTablePublicRollingPolicy]Rolling policy for file sinks (when & why to close a file and open a new one).
Rolling policy for file sinks (when & why to close a file and open a new one).
format: Optional[Format]Defines the output data format of a sink.
Defines the output data format of a sink.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.
class SinkCreateResponse: …
config: Optional[Config]R2 Data Catalog Sink
R2 Data Catalog Sink
class ConfigCloudflarePipelinesR2Table: …
file_naming: Optional[ConfigCloudflarePipelinesR2TableFileNaming]Controls filename prefix/suffix and strategy.
Controls filename prefix/suffix and strategy.
partitioning: Optional[ConfigCloudflarePipelinesR2TablePartitioning]Data-layout partitioning for sinks.
Data-layout partitioning for sinks.
rolling_policy: Optional[ConfigCloudflarePipelinesR2TableRollingPolicy]Rolling policy for file sinks (when & why to close a file and open a new one).
Rolling policy for file sinks (when & why to close a file and open a new one).
class ConfigCloudflarePipelinesR2DataCatalogTable: …R2 Data Catalog Sink
R2 Data Catalog Sink
rolling_policy: Optional[ConfigCloudflarePipelinesR2DataCatalogTableRollingPolicy]Rolling policy for file sinks (when & why to close a file and open a new one).
Rolling policy for file sinks (when & why to close a file and open a new one).
format: Optional[Format]Defines the output data format of a sink.
Defines the output data format of a sink.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.
PipelinesStreams
List Streams
Get Stream Details
Create Stream
Update Stream
Delete Stream
ModelsExpand Collapse
class StreamListResponse: …
format: Optional[Format]Defines the data format of the events.
Defines the data format of the events.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.
class StreamGetResponse: …
format: Optional[Format]Defines the data format of the events.
Defines the data format of the events.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.
class StreamCreateResponse: …
format: Optional[Format]Defines the data format of the events.
Defines the data format of the events.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.
class StreamUpdateResponse: …
format: Optional[Format]Defines the data format of the events.
Defines the data format of the events.
schema: Optional[Schema]Defines the schema of the events in the data stream.
Defines the schema of the events in the data stream.