Overview
The Blocks API is used to create, update, and delete blocks objects from a pipeline.
Block Object
Whether or not all upstream blocks have been successfully executed.
The color of the block in the notebook UI.
Miscellaneous configuration settings for the block.
Block file contents.
The block UUIDs that depend on this block.
Used when configuring a Kubernetes executor. See the Kubernetes config page for more details
The type of executor to use for the block:
ecs
, gcp_cloud_run
, azure_container_instance
, k8s
, local_python
, pyspark
See the Kubernetes config page for more details.
python
, r
, sql
, yaml
, markdown
Human readable name of block.
Status of block: executed
, failed
, not_executed
, updated
Type of block:
callback
, chart
, conditional
, custom
, data_exporter
, data_loader
, dbt
, extension
, global_data_product
, markdown
, scratchpad
, sensor
, transformer
The block UUIDs that this block depends on.
Unique identifier for the block.
Was this page helpful?