Trigger a connection sync in Airbyte.
Keyword argument | Description | Default value |
---|---|---|
use_cloud | Wheter to use Airbyte Cloud | False |
client_id | Airbyte cloud application client_id | None |
client_secret | Airbyte cloud application client_secret | None |
client_id
and client_secret
.
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
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 |
connection_id
in the data loader block
or you can add the value of the connection_id
as a runtime variable.