Types
Data loader
Write your code for fetching data from a remote source or loading it from disk.
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.
Templates
To read about Mage’s data loading clients that interface with popular data storage systems, see docs on Data loading.
Was this page helpful?