Airbyte cloud
Only in Mage Pro.Try our fully managed solution to access this advanced feature.
Configuration
Mage Pro supports triggering Airbyte Cloud connection syncs directly from your data pipelines. To connect to Airbyte Cloud, you need to configure the following keyword arguments.
Refer to the Airbyte documentation to retrieve your
client_id and client_secret.
Example data loader
You can either explicitly hard code theconnection_id in the data loader block
or you can add the value of the connection_id
as a runtime variable.
from mage_ai.services.airbyte import Airbyte
Open source
Configuration
Here are the following keyword arguments that can be used to configureAirbyte:
Example code
Example data loader
You can either explicitly hard code theconnection_id in the data loader block
or you can add the value of the connection_id
as a runtime variable.