Skip to main content

Airbyte cloud

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 the connection_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 configure Airbyte:

Example code

Sample result:

Example data loader

You can either explicitly hard code the connection_id in the data loader block or you can add the value of the connection_id as a runtime variable.