Configuration
Here are the following keyword arguments that can be used to configureAirbyte:
| 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
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.