ETL
Airbyte in Mage
Trigger a connection sync in Airbyte.
Configuration
Here are the following keyword arguments that can be used to configure Airbyte
:
Keyword argument | Description | Default value |
---|---|---|
api_version | API version | v1 |
host | Airbyte server host | host.docker.internal |
password | Password to log into Airbyte | password |
port | Airbyte server port | 8000 |
use_ssl | If True , then service will use HTTPS | False |
username | Username to log into Airbyte | 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.