Example
How data is passed to other blocks
The object that is returned from the decorated function (e.g.load_data_from_api
)
will be made available in all blocks that depend on this block.
Write your code for fetching data from a remote source or loading it from disk.
load_data_from_api
)
will be made available in all blocks that depend on this block.