Pipelines
[DEPRECATED] List Pipelines
[DEPRECATED] Get Pipeline
[DEPRECATED] Create Pipeline
[DEPRECATED] Update Pipeline
[DEPRECATED] Delete Pipeline
List Pipelines
Get Pipeline Details
Create Pipeline
Delete Pipelines
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).
schema: Optional[Schema]
fields: Optional[List[SchemaField]]
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).
schema: Optional[Schema]
fields: Optional[List[SchemaField]]
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).