POST /api/pipelines/:pipeline_uuid/blocks
Create a new block in one or more pipelines.
restless dust
. Names will be slugified to a safe-uuid.callback
, chart
, conditional
, custom
, data_exporter
, data_loader
, dbt
, extension
, global_data_product
, markdown
, scratchpad
, sensor
, transformer
custom
blocks. All other block types have predefined colors.{data_source: "s3"}
will create an s3 data loader./n
for newlines. Omitting will create an empty block.python
, sql
, r
, yaml
, markdown
["a", "b"]
will create a block that depends on blocks a
and b
.name
, so it’s not necessary to populate this field.