A destination is a system where you want the data to be exported. A destination can be a 3rd party API, SaaS, database, data warehouse, or a data lake.
mage_integrations/destinations/
directory.
All destinations should be a subclass of the Destination
class defined in
mage_integrations/destinations/base.py
.
maximum_batch_size_mb
: Destination processes records the batches. The maximum batch size can be configured.