Block Object

all_upstream_blocks_executed
boolean

Whether or not all upstream blocks have been successfully executed.

color
string

The color of the block in the notebook UI.

configuration
object

Miscellaneous configuration settings for the block.

content
string

Block file contents.

downstream_blocks
array of strings

The block UUIDs that depend on this block.

executor_config
object

Used when configuring a Kubernetes executor. See the Kubernetes config page for more details

executor_type
string

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.

has_callback
boolean
language
string

python, r, sql, yaml, markdown

metadata
object
name
string
required

Human readable name of block.

status
string

Status of block: executed, failed, not_executed, updated

type
string
required

Type of block: callback, chart, conditional, custom, data_exporter, data_loader, dbt, extension, global_data_product, markdown, scratchpad, sensor, transformer

upstream_blocks
string

The block UUIDs that this block depends on.

uuid
string
required

Unique identifier for the block.